From 97b0d9ce27cd2ae562fd19786f9b16f750f17d4f Mon Sep 17 00:00:00 2001 From: Rajko Stojadinovic Date: Thu, 12 Oct 2017 23:23:48 +0200 Subject: [PATCH] Update "Source code" and build script to work with php7 (default on win10 linux subsystem ubuntu) --- Source/SuperMario3DWorld/patches.txt | 2 +- Source/SuperMario3DWorld/rules.txt | 2 +- build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/SuperMario3DWorld/patches.txt b/Source/SuperMario3DWorld/patches.txt index 70097da3..ea4468ce 100644 --- a/Source/SuperMario3DWorld/patches.txt +++ b/Source/SuperMario3DWorld/patches.txt @@ -1,4 +1,4 @@ - "$outName" + php "$f" ${rest[*]} > "$outName" if [ $? -ne 0 ]; then rm "$outName" fi