mirror of
https://github.com/janet-lang/janet
synced 2025-04-05 14:56:55 +00:00
Update jpm to work post patch.
This commit is contained in:
parent
b4ddbd0097
commit
83dda98240
4
jpm
4
jpm
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user