This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
urbit
Watch
1
Star
0
Fork
0
You've already forked urbit
mirror of
https://github.com/ilyakooo0/urbit.git
synced
2024-12-17 11:51:32 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
068bf90e01
urbit
/
scripts
/
build
6 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Build with nix on OSX and Linux
2018-11-07 06:56:48 +03:00
#!/usr/bin/env bash
Rebuild the scripts without PKG_CONFIG_PATH hacks.
2018-04-03 21:15:17 +03:00
mkdir ./build &> /dev/null
Use --buildtype instead of -Dbuildtype
2018-05-29 21:19:55 +03:00
meson . ./build --buildtype=release
Rebuild the scripts without PKG_CONFIG_PATH hacks.
2018-04-03 21:15:17 +03:00
ninja -C build
Reference in New Issue
Copy Permalink