mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 13:54:20 +03:00
edd57d380d
- Fixes the IPC bug - Fixes the terminfo bug - Moves the OSX SDK out of our nixcrpkgs fork. - Vendor nixcrpkgs instead of having it be a submodule.
19 lines
296 B
Bash
19 lines
296 B
Bash
source $setup
|
|
|
|
mkdir -p $out
|
|
|
|
cp -r $gdb/* $out
|
|
chmod -R u+w $out
|
|
|
|
cp -r $examples/* $out
|
|
chmod -R u+w $out
|
|
|
|
mkdir -p $out/src
|
|
cp -r $src $out/src/angle
|
|
chmod -R u+w $out
|
|
|
|
cat <<EOF > $out/gdbcmd.txt
|
|
set substitute-path ../samples src/angle/samples
|
|
set substitute-path ../util src/angle/util
|
|
EOF
|