diff --git a/scripts/test.bat b/scripts/test.bat index 9dd5332..6f8cb33 100755 --- a/scripts/test.bat +++ b/scripts/test.bat @@ -2,6 +2,6 @@ set PATH=%PATH%;%PYTHON_BIN% @CALL emsdk install latest @CALL emsdk activate latest -@CALL emsdk_env.bat --build=Release +@CALL emsdk_env.bat @CALL python -c "import sys; print(sys.executable)" @CALL emcc.bat -v