diff --git a/build-win32.ps1 b/build-win32.ps1 index 8154cf1..9af1699 100644 --- a/build-win32.ps1 +++ b/build-win32.ps1 @@ -11,9 +11,9 @@ $PSX_DIR = "." mkdir -Force -Path bin > $null -gcc -I"`"$($PSX_DIR)`"" ` - -I"`"$($PSX_DIR)\psx`"" ` - -I"`"$($SDL2_DIR)\include\SDL2`"" ` +gcc -I"$($PSX_DIR)" ` + -I"$($PSX_DIR)\psx" ` + -I"$($SDL2_DIR)\include\SDL2" ` "psx\*.c" ` "psx\dev\*.c" ` "psx\input\*.c" `