Skip to content

Commit 8623b74

Browse files
committed
More stuff
1 parent 8b3f1aa commit 8623b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/MyLib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ $(TARGET)/lib/libmylib.$(DLEXT): $(DEPS_build_library)
5555
$(JULIA) --startup-file=no --project=build -e 'import Pkg; Pkg.instantiate(); Pkg.precompile()'
5656
$(JULIA) --startup-file=no --project=build -e 'include("build/build.jl")'
5757

58-
INCLUDE_DIR = $(TARGET)/include
59-
6058
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6159

6260
# Application (my_application.out):
6361

62+
INCLUDE_DIR = $(TARGET)/include
63+
6464
my_application.out: $(TARGET)/lib/libmylib.$(DLEXT)
6565
$(GCC) my_application.c -o my_application.out -I$(INCLUDE_DIR) -L$(TARGET)/lib -ljulia -lmylib
6666

0 commit comments

Comments
 (0)