added additional unsets to prevent troubles
This commit is contained in:
committed by
GitHub
parent
3f3e6a0df4
commit
7f9addbeb9
+5
-1
@@ -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...`
|
||||||
@@ -207,4 +211,4 @@ cp vclpp /usr/bin/
|
|||||||
chmod 755 /usr/bin/vclpp
|
chmod 755 /usr/bin/vclpp
|
||||||
cd .. && rm -rf ./temp
|
cd .. && rm -rf ./temp
|
||||||
```
|
```
|
||||||
- Uncomment `.vclpp`/`.vcl` recipe from Tyra's engine `Makefile`
|
- Uncomment `.vclpp`/`.vcl` recipe from Tyra's engine `Makefile`
|
||||||
|
|||||||
Reference in New Issue
Block a user