CI: Re-enable scripting in Windows builds

In dfccb26bb2, in my haste to fix Windows
CI, I accidentally included a change to disable Windows scripting which
I had been using locally. Reverse that change to re-enable scripting in
Windows builds.
This commit is contained in:
Ryan Foster
2022-11-18 20:46:32 -05:00
parent 8806738a04
commit dd5745c66e
-2
View File
@@ -73,7 +73,6 @@ function Configure-OBS {
"-DENABLE_BROWSER=ON",
"-DVLC_PATH:PATH=${CheckoutDir}/../obs-build-dependencies/vlc-${WindowsVlcVersion}",
"-DENABLE_VLC=ON",
"-DENABLE_SCRIPTING=OFF",
"-DCMAKE_INSTALL_PREFIX=${BuildDirectoryActual}/install",
"-DVIRTUALCAM_GUID=${Env:VIRTUALCAM-GUID}",
"-DTWITCH_CLIENTID=${Env:TWITCH_CLIENTID}",
@@ -100,7 +99,6 @@ function Configure-OBS {
"-DENABLE_BROWSER=ON",
"-DVLC_PATH:PATH=`"${CheckoutDir}/../obs-build-dependencies/vlc-${WindowsVlcVersion}`"",
"-DENABLE_VLC=ON",
"-DENABLE_SCRIPTING=OFF",
"-DCMAKE_INSTALL_PREFIX=`"${BuildDirectoryActual}/install`"",
"-DVIRTUALCAM_GUID=`"${Env:VIRTUALCAM-GUID}`"",
"-DTWITCH_CLIENTID=`"${Env:TWITCH_CLIENTID}`"",