Created
June 8, 2014 02:34
-
-
Save davidahouse/899a5b315e08953a6a15 to your computer and use it in GitHub Desktop.
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
# This is a sample command for compiling a swift file that requires an external framework. | |
# | |
# | |
# | |
xcrun swift -i swifthello.swift -framework DHTest2 -F /Users/davidahouse/Projects/swift -sdk $(xcrun --show-sdk-path --sdk macosx) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment