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 817817 GCC_PREPROCESSOR_DEFINITIONS = (
818818 "DEBUG=1",
819819 "ET_USE_TIKTOKEN=1",
820+ "SUPPORT_REGEX_LOOKAHEAD=ON",
820821 );
821- GCC_PREPROCESSOR_DEFINITIONS = "SUPPORT_REGEX_LOOKAHEAD=ON";
822822 GENERATE_INFOPLIST_FILE = YES;
823823 INFOPLIST_KEY_NSHumanReadableCopyright = "";
824824 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
854854 DYLIB_INSTALL_NAME_BASE = "@rpath";
855855 ENABLE_MODULE_VERIFIER = YES;
856856 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+ );
858861 GCC_PREPROCESSOR_DEFINITIONS = "SUPPORT_REGEX_LOOKAHEAD=ON";
859862 GENERATE_INFOPLIST_FILE = YES;
860863 INFOPLIST_KEY_NSHumanReadableCopyright = "";
You can’t perform that action at this time.
0 commit comments