Skip to content

Instantly share code, notes, and snippets.

@menangen
Created March 16, 2018 18:27
Show Gist options
  • Save menangen/1b6fde9041ab20f5fb26c29be0cdcf7a to your computer and use it in GitHub Desktop.
Save menangen/1b6fde9041ab20f5fb26c29be0cdcf7a to your computer and use it in GitHub Desktop.
OSX Command Line Tool with Swift Cocoa Library
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