fix: correctly point to SDL2 on windows builds
This commit is contained in:
parent
2afd6dbf9e
commit
114eb69e35
|
@ -3,9 +3,9 @@ $ArchiveFile = ".\SDL2-devel-mingw.zip"
|
|||
$Json = @"
|
||||
{
|
||||
"x86_64-windows-gnu": {
|
||||
"include": "SDL2\\include",
|
||||
"libs": "SDL2\\lib",
|
||||
"bin": "SDL2\\bin"
|
||||
"include": ".build_config\\SDL2\\include",
|
||||
"libs": ".build_config\\SDL2\\lib",
|
||||
"bin": ".build_config\\SDL2\\bin"
|
||||
}
|
||||
}
|
||||
"@
|
||||
|
|
Loading…
Reference in New Issue