Skip to content

Commit 49c389b

Browse files
committed
examples : try to fix objc CI
1 parent 37c8802 commit 49c389b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/whisper.objc/whisper.objc.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
364364
GCC_WARN_UNUSED_FUNCTION = YES;
365365
GCC_WARN_UNUSED_VARIABLE = YES;
366-
HEADER_SEARCH_PATHS = "";
366+
HEADER_SEARCH_PATHS = ../../../ggml/src/;
367367
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
368368
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
369369
MTL_FAST_MATH = YES;
@@ -417,7 +417,7 @@
417417
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
418418
GCC_WARN_UNUSED_FUNCTION = YES;
419419
GCC_WARN_UNUSED_VARIABLE = YES;
420-
HEADER_SEARCH_PATHS = "";
420+
HEADER_SEARCH_PATHS = ../../../ggml/src/;
421421
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
422422
MTL_ENABLE_DEBUG_INFO = NO;
423423
MTL_FAST_MATH = YES;

0 commit comments

Comments
 (0)