Skip to content

Commit 2b4222d

Browse files
authored
[interpreter] Remove legacy bigarray linking (#1593)
1 parent b1fbe1a commit 2b4222d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ JSLIB = wast
1818
WINMAKE = winmake.bat
1919

2020
DIRS = util syntax binary text valid runtime exec script host main tests
21-
LIBS = bigarray
21+
LIBS =
2222
FLAGS = -lexflags -ml -cflags '-w +a-4-27-42-44-45-70 -warn-error +a-3'
2323
OCBA = ocamlbuild $(FLAGS) $(DIRS:%=-I %)
2424
OCB = $(OCBA) $(LIBS:%=-libs %)

0 commit comments

Comments
 (0)