[MLton-commit] r6890
Wesley Terpstra
wesley at mlton.org
Wed Sep 24 08:43:31 PDT 2008
Missing option: allowFFI true
----------------------------------------------------------------------
U mlton/trunk/regression/library/library-test
----------------------------------------------------------------------
Modified: mlton/trunk/regression/library/library-test
===================================================================
--- mlton/trunk/regression/library/library-test 2008-09-24 02:21:56 UTC (rev 6889)
+++ mlton/trunk/regression/library/library-test 2008-09-24 15:43:30 UTC (rev 6890)
@@ -22,7 +22,8 @@
# Compile executable
$ML "${O[@]}" "$@" -format archive libm5.sml libm5.c
-$ML "${O[@]}" "$@" ${LIB}m4 ${LIB}m5 -format executable -export-header check.h check.sml check.c
+$ML "${O[@]}" "$@" ${LIB}m4 ${LIB}m5 -format executable \
+ -default-ann 'allowFFI true' -export-header check.h check.sml check.c
# Check that symbols resolved correctly
./check
More information about the MLton-commit
mailing list