Skip to content

Commit d276cb8

Browse files
committed
vendor
1 parent 344ba04 commit d276cb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ fi
216216

217217
echo "Compiling static library for $ENV..."
218218
${CC:-clang} -c "${CLANG_OPT[@]}" \
219-
-I. -Isrc -I$SRC_DIR \
219+
-I. -Isrc -I$SRC_DIR -Ivendor \
220220
-I./$RAYLIB_NAME/include -I$CUDA_HOME/include \
221221
-DPLATFORM_DESKTOP \
222222
-fno-semantic-interposition -fvisibility=hidden \

0 commit comments

Comments
 (0)