mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
wip
This commit is contained in:
parent
11f5f44ae6
commit
d0a925a12a
2 changed files with 87 additions and 34 deletions
|
|
@ -7,7 +7,7 @@ PREFIX = /usr/local
|
|||
# Uncomment to build XWayland support
|
||||
CFLAGS += -DXWAYLAND
|
||||
|
||||
JL_BIN = ./julia/julia
|
||||
JL_BIN = julia-latest #~/Documents/Julia/julia/julia #./julia/julia
|
||||
JL_SHARE = $(shell $(JL_BIN) -e 'print(joinpath(Sys.BINDIR, Base.DATAROOTDIR, "julia"))')
|
||||
CFLAGS += $(shell $(JL_BIN) $(JL_SHARE)/julia-config.jl --cflags)
|
||||
CXXFLAGS += $(shell $(JL_BIN) $(JL_SHARE)/julia-config.jl --cflags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue