Fixed library include path
parent
3c939042f1
commit
3e9f3f531e
|
@ -388,7 +388,7 @@
|
|||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
/Volumes/UserData/Users/Chris/Source/Repos/cog/ThirdParty/BASS,
|
||||
/Users/Chris/Source/Repos/cog/ThirdParty/BASS,
|
||||
);
|
||||
PRODUCT_NAME = modplay;
|
||||
WRAPPER_EXTENSION = bundle;
|
||||
|
@ -405,7 +405,7 @@
|
|||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
/Volumes/UserData/Users/Chris/Source/Repos/cog/ThirdParty/BASS,
|
||||
/Users/Chris/Source/Repos/cog/ThirdParty/BASS,
|
||||
);
|
||||
PRODUCT_NAME = modplay;
|
||||
WRAPPER_EXTENSION = bundle;
|
||||
|
|
Loading…
Reference in New Issue