make-compile-include-strings

svn: r2139
This commit is contained in:
Matthew Flatt 2006-02-06 14:07:52 +00:00
parent 91373c1db7
commit a6f8344c09

View File

@ -180,11 +180,11 @@
(with-new-flags
current-extension-compiler-flags
(list (format "-I~a" (path->string (build-path sys-path "include"))))
((current-make-compile-include-strings) (build-path sys-path "include"))
(with-new-flags
current-extension-preprocess-flags
(list (format "-I~a" (path->string (build-path sys-path "include"))))
((current-make-compile-include-strings) (build-path sys-path "include"))
;; Add -L and -l for Unix:
(with-new-flags