added additional unsets to prevent troubles

This commit is contained in:
Sandro Sobczyński
2021-06-01 22:16:01 +02:00
committed by GitHub
parent 3f3e6a0df4
commit 7f9addbeb9
+4
View File
@@ -99,6 +99,10 @@ export WSL_LINUX_PCSX2=/mnt/c/Program\\\ Files\\\ \\\(x86\\\)/PCSX2
- In VSCode's WSL terminal type: - In VSCode's WSL terminal type:
``` ```
cd /ps2dev/source cd /ps2dev/source
unset ZLIB
unset LIBTIFF
unset LIBJPEG
unset LIBPNG
./build-all.sh ./build-all.sh
``` ```
`Info: This can take some time...` `Info: This can take some time...`