We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 488c5cd + 5620d5c commit 61144e7Copy full SHA for 61144e7
build.sh
@@ -5,7 +5,7 @@ buildPath="$PWD/compile"
5
outputPath="$PWD/output"
6
buildReport="$outputPath/reports"
7
logPath="$outputPath/logs"
8
-outPath="RetroArch/dist-scripts"
+outPath="$buildPath/RetroArch/dist-scripts"
9
tempPath="RetroArch/dist-scripts/core-temp"
10
11
build() {
@@ -154,7 +154,7 @@ for row in $(jq -r '.[] | @base64' ../cores.json); do
154
fi
155
156
echo "Building wasm's for core $name"
157
- cd RetroArch/dist-scripts
+ cd "$buildPath/RetroArch/dist-scripts"
158
159
if [[ "$custom" = "true" ]]; then
160
eval "$build_retroarch_command" >> "$logPath/$name-emake.log"
0 commit comments