From 3e9f3f531ef00b65597ddd8a65e098109715a5b2 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Wed, 23 Apr 2014 22:02:40 -0700 Subject: [PATCH] Fixed library include path --- Plugins/modplay/modplay.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/modplay/modplay.xcodeproj/project.pbxproj b/Plugins/modplay/modplay.xcodeproj/project.pbxproj index be718f23e..81dd232e2 100644 --- a/Plugins/modplay/modplay.xcodeproj/project.pbxproj +++ b/Plugins/modplay/modplay.xcodeproj/project.pbxproj @@ -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;