This website requires JavaScript.
Explore
Help
Sign In
urbit
/
shrub
Watch
1
Star
1
Fork
0
You've already forked shrub
mirror of
https://github.com/urbit/shrub.git
synced
2024-12-22 10:21:31 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1f037986b9
shrub
/
scripts
/
build
6 lines
71 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
Revert "Merge pull request #977 from urbit/meson-build-type" This reverts commit 26996c2b1647c0017bea2ab8789768daf0208709, reversing changes made to 38f9c546c435b4d82bb94280a772e45df5295dee. Related discussion can be found here: https://github.com/urbit/arvo/issues/709
2018-05-29 01:36:22 +03:00
meson . ./build
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