Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Fix library installation settings for Mac framework (Part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
numist committed Oct 11, 2013
1 parent 227683d commit 5944806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NNKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NNKit/$(TARGET_NAME)-Prefix.pch";
INFOPLIST_FILE = "NNKit/NNKit-Info.plist";
INSTALL_PATH = "@rpath";
INSTALL_PATH = "";
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
WRAPPER_EXTENSION = framework;
};
Expand All @@ -751,7 +751,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NNKit/$(TARGET_NAME)-Prefix.pch";
INFOPLIST_FILE = "NNKit/NNKit-Info.plist";
INSTALL_PATH = "@rpath";
INSTALL_PATH = "";
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
WRAPPER_EXTENSION = framework;
};
Expand Down

0 comments on commit 5944806

Please sign in to comment.