mirror of
https://github.com/janet-lang/janet
synced 2025-08-30 01:18:03 +00:00
Update jpm to work post patch.
This commit is contained in:
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)))
|
||||
|
Reference in New Issue
Block a user