File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 420420 COMBINE_HIDPI_IMAGES = YES;
421421 EXPORTED_SYMBOLS_FILE = "";
422422 FRAMEWORK_SEARCH_PATHS = "";
423- HEADER_SEARCH_PATHS = "\"$(SRCROOT)/src\"";
423+ HEADER_SEARCH_PATHS = (
424+ "\"$(SRCROOT)/src\"",
425+ "\"$(SRCROOT)/allegrowrapper\"",
426+ );
424427 INFOPLIST_FILE = Info.plist;
425428 INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
426429 OTHER_CFLAGS = "-D__LIBRETRO__";
440443 COMBINE_HIDPI_IMAGES = YES;
441444 EXPORTED_SYMBOLS_FILE = "";
442445 FRAMEWORK_SEARCH_PATHS = "";
443- HEADER_SEARCH_PATHS = "\"$(SRCROOT)/src\"";
446+ HEADER_SEARCH_PATHS = (
447+ "\"$(SRCROOT)/src\"",
448+ "\"$(SRCROOT)/allegrowrapper\"",
449+ );
444450 INFOPLIST_FILE = Info.plist;
445451 INSTALL_PATH = "\"$(USER_LIBRARY_DIR)/Application Support/OpenEmu/Cores\"";
446452 OTHER_CFLAGS = "-D__LIBRETRO__";
You can’t perform that action at this time.
0 commit comments