Created
July 21, 2019 16:32
-
-
Save dmjio/a522a290d46367c8f222f2ac1ffbd358 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
nix-env -iA cachix -f https://cachix.org/api/v1/install | |
cachix use haskell-miso | |
git clone https://github.com/dmjio/miso | |
cd miso | |
nix-build -A miso-arm |
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
➜ miso git:(ios-cross-compile) file ./result/bin/* | |
./result/bin/mario: Mach-O 64-bit executable arm64 | |
./result/bin/router: Mach-O 64-bit executable arm64 | |
./result/bin/simple: Mach-O 64-bit executable arm64 | |
./result/bin/todo-mvc: Mach-O 64-bit executable arm64 | |
./result/bin/websocket: Mach-O 64-bit executable arm64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment