Fix search path in xcode project
This commit is contained in:
parent
ab61a44c17
commit
ae4b0fc92b
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@
|
|||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)",
|
||||
"$(PROJECT_DIR)/../tgl",
|
||||
"$(PROJECT_DIR)/../tgl/libs",
|
||||
);
|
||||
OTHER_CFLAGS = "-DPURPLE_STATIC_PRPL";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
Loading…
Add table
Reference in a new issue