update linux script

This commit is contained in:
Nikhil Narayana 2020-07-19 00:26:12 -07:00
commit b9a738842d
No known key found for this signature in database
GPG key ID: E263B4B4644E576B

View file

@ -9,7 +9,7 @@ if [ -z "$1" ]
echo "Using Netplay build config" echo "Using Netplay build config"
elif [ "$1" == "playback" ] elif [ "$1" == "playback" ]
then then
CMAKE_FLAGS+=" -DIS_PLAYBACK=true" CMAKE_FLAGS+=" -DSLIPPI_PLAYBACK=true"
echo "Using Playback build config" echo "Using Playback build config"
fi fi