File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 817
817
GCC_PREPROCESSOR_DEFINITIONS = (
818
818
"DEBUG=1",
819
819
"ET_USE_TIKTOKEN=1",
820
+ "SUPPORT_REGEX_LOOKAHEAD=ON",
820
821
);
821
- GCC_PREPROCESSOR_DEFINITIONS = "SUPPORT_REGEX_LOOKAHEAD=ON";
822
822
GENERATE_INFOPLIST_FILE = YES;
823
823
INFOPLIST_KEY_NSHumanReadableCopyright = "";
824
824
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
854
854
DYLIB_INSTALL_NAME_BASE = "@rpath";
855
855
ENABLE_MODULE_VERIFIER = YES;
856
856
GCC_C_LANGUAGE_STANDARD = gnu17;
857
- GCC_PREPROCESSOR_DEFINITIONS = "ET_USE_TIKTOKEN=1";
857
+ GCC_PREPROCESSOR_DEFINITIONS = (
858
+ "ET_USE_TIKTOKEN=1",
859
+ "SUPPORT_REGEX_LOOKAHEAD=ON",
860
+ );
858
861
GCC_PREPROCESSOR_DEFINITIONS = "SUPPORT_REGEX_LOOKAHEAD=ON";
859
862
GENERATE_INFOPLIST_FILE = YES;
860
863
INFOPLIST_KEY_NSHumanReadableCopyright = "";
You can’t perform that action at this time.
0 commit comments