We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3f1aa commit 8623b74Copy full SHA for 8623b74
examples/MyLib/Makefile
@@ -55,12 +55,12 @@ $(TARGET)/lib/libmylib.$(DLEXT): $(DEPS_build_library)
55
$(JULIA) --startup-file=no --project=build -e 'import Pkg; Pkg.instantiate(); Pkg.precompile()'
56
$(JULIA) --startup-file=no --project=build -e 'include("build/build.jl")'
57
58
-INCLUDE_DIR = $(TARGET)/include
59
-
60
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
61
62
# Application (my_application.out):
63
+INCLUDE_DIR = $(TARGET)/include
+
64
my_application.out: $(TARGET)/lib/libmylib.$(DLEXT)
65
$(GCC) my_application.c -o my_application.out -I$(INCLUDE_DIR) -L$(TARGET)/lib -ljulia -lmylib
66
0 commit comments