aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorLiam <lgh@e.email>2023-12-30 14:36:37 +0100
committerLiam <lgh@e.email>2023-12-30 14:36:37 +0100
commitab0a231697ee4a72d57123ee73e22407a28169d4 (patch)
tree74ca115a3238b3a86ac9c12dee87070405b42ef1 /build.sh
parentbfafafcd268ec3c3fcd542b7909ead63bd5ba6bb (diff)
downloadSDK-Rebuild-ab0a231697ee4a72d57123ee73e22407a28169d4.tar.gz
SDK-Rebuild-ab0a231697ee4a72d57123ee73e22407a28169d4.tar.bz2
SDK-Rebuild-ab0a231697ee4a72d57123ee73e22407a28169d4.zip
plan refractor
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 600f158..b5e039d 100755
--- a/build.sh
+++ b/build.sh
@@ -21,6 +21,7 @@ for d in $sdk_files; do
# If patch.sh exists, run it
if [ -f patch.sh ]; then
+ echo "Patching $d"
./patch.sh
fi