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
Browse files Browse the repository at this point in the history
  • Loading branch information
numist committed Oct 11, 2013
1 parent 940b140 commit 227683d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NNKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,8 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NNKit/$(TARGET_NAME)-Prefix.pch";
INFOPLIST_FILE = "NNKit/NNKit-Info.plist";
INSTALL_PATH = "@rpath";
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
WRAPPER_EXTENSION = framework;
};
name = Debug;
Expand All @@ -749,6 +751,8 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NNKit/$(TARGET_NAME)-Prefix.pch";
INFOPLIST_FILE = "NNKit/NNKit-Info.plist";
INSTALL_PATH = "@rpath";
LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)";
WRAPPER_EXTENSION = framework;
};
name = Release;
Expand Down

0 comments on commit 227683d

Please sign in to comment.