1
0
mirror of https://github.com/TASVideos/desmume synced 2024-07-03 08:18:44 +00:00

Create build.sh

This commit is contained in:
Kimpe Andy 2024-01-31 12:29:15 +01:00 committed by GitHub
parent 5942fadce8
commit 1f81f80b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
debian/build.sh vendored Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
source=$1
pushd $source/desmume/src/frontend/posix
make -j12
#meson build -C debian-linux-build -j 12 --verbose
popd