You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Xcode: add new thirdparty location to header search paths.
This commit is contained in:
committed by
Ted John
parent
7f9ff121b1
commit
aefc49440a
@@ -4539,6 +4539,7 @@
|
|||||||
"$(SRCROOT)/libxc/include/openssl",
|
"$(SRCROOT)/libxc/include/openssl",
|
||||||
"$(SRCROOT)/libxc/include/freetype2",
|
"$(SRCROOT)/libxc/include/freetype2",
|
||||||
"$(SRCROOT)/src/",
|
"$(SRCROOT)/src/",
|
||||||
|
"$(SRCROOT)/src/thirdparty/",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = "$(DERIVED_FILE_DIR)/Info.plist";
|
INFOPLIST_FILE = "$(DERIVED_FILE_DIR)/Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
@@ -4582,6 +4583,7 @@
|
|||||||
"$(SRCROOT)/libxc/include/openssl",
|
"$(SRCROOT)/libxc/include/openssl",
|
||||||
"$(SRCROOT)/libxc/include/freetype2",
|
"$(SRCROOT)/libxc/include/freetype2",
|
||||||
"$(SRCROOT)/src/",
|
"$(SRCROOT)/src/",
|
||||||
|
"$(SRCROOT)/src/thirdparty/",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = "$(DERIVED_FILE_DIR)/Info.plist";
|
INFOPLIST_FILE = "$(DERIVED_FILE_DIR)/Info.plist";
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
@@ -4625,6 +4627,8 @@
|
|||||||
"$(SRCROOT)/libxc/include/libpng16",
|
"$(SRCROOT)/libxc/include/libpng16",
|
||||||
"$(SRCROOT)/libxc/include/openssl",
|
"$(SRCROOT)/libxc/include/openssl",
|
||||||
"$(SRCROOT)/libxc/include/freetype2",
|
"$(SRCROOT)/libxc/include/freetype2",
|
||||||
|
"$(SRCROOT)/src/",
|
||||||
|
"$(SRCROOT)/src/thirdparty/",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -4665,6 +4669,8 @@
|
|||||||
"$(SRCROOT)/libxc/include/libpng16",
|
"$(SRCROOT)/libxc/include/libpng16",
|
||||||
"$(SRCROOT)/libxc/include/openssl",
|
"$(SRCROOT)/libxc/include/openssl",
|
||||||
"$(SRCROOT)/libxc/include/freetype2",
|
"$(SRCROOT)/libxc/include/freetype2",
|
||||||
|
"$(SRCROOT)/src/",
|
||||||
|
"$(SRCROOT)/src/thirdparty/",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -4700,6 +4706,7 @@
|
|||||||
"$(SRCROOT)/libxc/include/libpng16",
|
"$(SRCROOT)/libxc/include/libpng16",
|
||||||
"$(SRCROOT)/libxc/include/openssl",
|
"$(SRCROOT)/libxc/include/openssl",
|
||||||
"$(SRCROOT)/src/",
|
"$(SRCROOT)/src/",
|
||||||
|
"$(SRCROOT)/src/thirdparty/",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -4733,6 +4740,7 @@
|
|||||||
"$(SRCROOT)/libxc/include/libpng16",
|
"$(SRCROOT)/libxc/include/libpng16",
|
||||||
"$(SRCROOT)/libxc/include/openssl",
|
"$(SRCROOT)/libxc/include/openssl",
|
||||||
"$(SRCROOT)/src/",
|
"$(SRCROOT)/src/",
|
||||||
|
"$(SRCROOT)/src/thirdparty/",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = (
|
LIBRARY_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
|
|||||||
Reference in New Issue
Block a user