Created
March 16, 2018 18:27
-
-
Save menangen/1b6fde9041ab20f5fb26c29be0cdcf7a to your computer and use it in GitHub Desktop.
OSX Command Line Tool with Swift Cocoa Library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LD_RUNPATH_SEARCH_PATHS = ( | |
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", | |
"@executable_path", | |
); | |
SWIFT_FORCE_DYNAMIC_LINK_STDLIB = YES; | |
SWIFT_FORCE_STATIC_LINK_STDLIB = NO; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment