[nostalgia] Make current build always use current platform

This commit is contained in:
2020-08-14 20:47:30 -05:00
parent 4ec7f2a24e
commit 72380b0190
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ cmake -S $project -B $buildDir -GNinja \
mkdir -p dist
if [[ $target != gba ]] && [[ $target != gba-debug ]]; then
echo ${buildConfig} > .current_build
echo ${buildType} > .current_build
fi
rm -f compile_commands.json
ln -s build/${buildConfig}/compile_commands.json