Skip to content

Commit 79c2804

Browse files
alexey-pelykhOleksii Pelykh
authored and
Oleksii Pelykh
committed
Fix include paths: GLTF as well
1 parent 6546e41 commit 79c2804

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/GLTF/Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ include ../CustomGLTF.global
55

66
DSONAME = lib$(GLTFLIB).$(EXT)
77

8+
# Custom GLTF library
9+
CUSTOM_GLTF = ".."
10+
811
SOURCES = \
912
GLTF_Cache.C \
1013
GLTF_Loader.C \
@@ -13,7 +16,8 @@ SOURCES = \
1316
GLTF_Util.C
1417

1518
INCDIRS = \
16-
-I$(HFS)/toolkit/include
19+
-I$(CUSTOM_GLTF) \
20+
-I$(HFS)/toolkit/include
1721

1822
include $(HFS)/toolkit/makefiles/Makefile.gnu
1923

0 commit comments

Comments
 (0)