Add loop to insert list of frameworkSearchPaths as defined by the project.xml file
This commit is contained in:
@@ -395,6 +395,11 @@
|
|||||||
"\"$(SRCROOT)/::APP_FILE::/lib/i386-debug\"",
|
"\"$(SRCROOT)/::APP_FILE::/lib/i386-debug\"",
|
||||||
"\"$(SRCROOT)/::APP_FILE::/lib/i386\"",
|
"\"$(SRCROOT)/::APP_FILE::/lib/i386\"",
|
||||||
);
|
);
|
||||||
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
::foreach frameworkSearchPaths:: "::__current__::",
|
||||||
|
::end::
|
||||||
|
);
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
::foreach ndlls:: "-l::name::",
|
::foreach ndlls:: "-l::name::",
|
||||||
::end::
|
::end::
|
||||||
@@ -427,6 +432,11 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"\"$(SRCROOT)/::APP_FILE::/lib/i386\"",
|
"\"$(SRCROOT)/::APP_FILE::/lib/i386\"",
|
||||||
);
|
);
|
||||||
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
::foreach frameworkSearchPaths:: "::__current__::",
|
||||||
|
::end::
|
||||||
|
);
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
::foreach ndlls:: "-l::name::",
|
::foreach ndlls:: "-l::name::",
|
||||||
::end::
|
::end::
|
||||||
|
|||||||
Reference in New Issue
Block a user