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 20:01:32 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc898c93ff
urbit
/
scripts
/
build
6 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rebuild the scripts without PKG_CONFIG_PATH hacks.
2018-04-03 21:15:17 +03:00
#!/bin/bash
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