1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-01 16:13:02 +00:00

Update jpm to work post patch.

This commit is contained in:
Calvin Rose
2021-04-29 14:28:54 -05:00
parent b4ddbd0097
commit 83dda98240

4
jpm
View File

@@ -55,10 +55,12 @@
# linking to external libraries, modify this. # linking to external libraries, modify this.
# #
# Example - (def- extra-lflags ["-lmimalloc"]) # Example - (def- extra-lflags ["-lmimalloc"])
(def- extra-lflags [])
###END### ###END###
(compwhen (not (dyn 'extra-lflags))
(def- extra-lflags []))
# Default based on janet binary location # Default based on janet binary location
(def JANET_HEADERPATH (or (os/getenv "JANET_HEADERPATH") (def JANET_HEADERPATH (or (os/getenv "JANET_HEADERPATH")
(get (install-paths) :headerpath))) (get (install-paths) :headerpath)))