Created
October 12, 2015 10:49
-
-
Save lynxluna/1babeb7384c54792bd1c to your computer and use it in GitHub Desktop.
Build Script
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
xcrun -v swiftc -emit-module -emit-library src/whiff.swift \ | |
-sdk $(xcrun --show-sdk-path --sdk macosx) -module-name Haste \ | |
-I deps/include -L deps/lib -luv -v \ | |
-Xlinker -unexported_symbols_list -Xlinker symbols.exp -Xcc -O3 -Xcc -g0 -Xlinker -x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment