mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Fix 32-bit SDL include paths
This commit is contained in:
+3
-3
@@ -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" `
|
||||
|
||||
Reference in New Issue
Block a user