Skip to content

Commit

Permalink
Fixes build apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 23, 2023
1 parent 710db21 commit d50c4aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

cd ../buildroot || exit
core_count=$(grep -c "^processor" /proc/cpuinfo)
make -j "$core_count"
make -j "$core_count"
6 changes: 3 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ mkdir temp
wget https://buildroot.org/downloads/buildroot-2022.05.1.tar.gz -O temp/buildroot.tar.gz
tar -xvf temp/buildroot.tar.gz
rm temp/buildroot.tar.gz
mv temp/buildroot-* ../buildroot
mv buildroot-* ../buildroot
rmdir temp

#Setup symlink
ln -s ../byondvm ../buildroot/byondvm
ln -s "$(pwd)" ../buildroot/byondvm

#Load default config and do initial build
cd ../buildroot || exit
make defconfig byondvm_defconfig BR2_EXTERNAL=byondvm
./build.sh
./byondvm/build.sh

0 comments on commit d50c4aa

Please sign in to comment.