Fixed library include path

CQTexperiment
Chris Moeller 2014-04-23 22:02:40 -07:00
parent 3c939042f1
commit 3e9f3f531e
1 changed files with 2 additions and 2 deletions

View File

@ -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;