Skip to content

Commit

Permalink
build scripts fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
RPiks committed Dec 15, 2023
1 parent 70a8663 commit d11ef6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

mkdir build
git submodule init
git submodule update
git submodule foreach git pull origin main
cd build
cmake ..
Expand Down

0 comments on commit d11ef6b

Please sign in to comment.