mirror of
https://github.com/janet-lang/janet
synced 2025-10-14 23:37:40 +00:00
We don't need to add module/\*headerpath\*.
We can just dump janet.h into the lib folder as well.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
(def LD (if is-win "link" (string CC " -shared")))
|
||||
(def CFLAGS (string
|
||||
(if is-win "/I" "-I")
|
||||
module/*headerpath*
|
||||
module/*syspath*
|
||||
(if is-win " /O" " -std=c99 -Wall -Wextra -fpic -O")
|
||||
OPTIMIZE))
|
||||
|
||||
|
Reference in New Issue
Block a user