Skip to content

Commit ea8c08f

Browse files
author
Jude Hungerford
committed
added -lib unix to ocamlbuild
1 parent 615a0ed commit ea8c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/compiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def compile(self, bot_dir, globs, errors, timelimit):
227227
"Java" : [["javac", "-J-Xmx%sm" % (MEMORY_LIMIT)],
228228
["jar", "cfe", BOT + ".jar", BOT]],
229229
"Lisp" : [['sbcl', '--dynamic-space-size', str(MEMORY_LIMIT), '--script', BOT + '.lisp']],
230-
"OCaml" : [["ocamlbuild", BOT + ".native"]],
230+
"OCaml" : [["ocamlbuild -lib unix", BOT + ".native"]],
231231
"Scala" : [["scalac"]],
232232
}
233233

0 commit comments

Comments
 (0)