Skip to content

Commit

Permalink
Merge pull request #26 from pwnsky/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
i0gan authored Oct 1, 2023
2 parents 5fecce1 + 3e0ee27 commit 65505ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/clone_thirdparty_build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git clone https://github.com/pwnsky/squick-thirdparty-build.git
del /f /q /s ..\third_party\build
xcopy /s /e /y squick-thirdparty-build\Windows\build ..\third_party
del /f /q /s ..\squick-thirdparty-build
5 changes: 5 additions & 0 deletions tools/clone_thirdparty_build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/bash
git clone https://github.com/pwnsky/squick-thirdparty-build.git
rm -rf ../third_party/build
cp -r squick-thirdparty-build/Linux/ubuntu20/build ../third_party/build
rm -rf squick-thirdparty-build

0 comments on commit 65505ce

Please sign in to comment.