fix embed-in-c

svn: r18584
This commit is contained in:
Sam Tobin-Hochstadt 2010-03-19 15:27:47 +00:00
parent a004964297
commit 23d16b904f

View File

@ -16,7 +16,7 @@
(find-collects-dir)
(find-include-dir)))
(test #t system (format "cc -o embed-in-c embed-in-c.o -lm -ldl ~a"
(test #t system (format "cc -o embed-in-c embed-in-c.o -lm -ldl -pthread ~a"
(case (system-type 'link)
[(framework)
(format "-F\"~a\" -framework PLT_MzScheme" lib-dir)]