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
1 changed files with 3 additions and 1 deletions

4
jpm
View File

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