Advertisement
Guest User

build.sh

a guest
Mar 25th, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/bin/bash
  2. export CC="/Users/adamkowalski/Downloads/zig/zig cc"
  3. export CXX="/Users/adamkowalski/Downloads/zig/zig cc"
  4. cmake -GNinja ..
  5. cmake --build .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement