Deps: Move build scripts/patches into own directory

This commit is contained in:
Stenzek
2024-07-04 14:52:54 +10:00
parent 69c35c9fcd
commit 82b5772d27
15 changed files with 17 additions and 17 deletions

View File

@ -22,7 +22,7 @@ if defined DEBUG (
pushd %~dp0
set "SCRIPTDIR=%CD%"
cd ..\dep\msvc
cd ..\..\dep\msvc
mkdir deps-build
cd deps-build || goto error
set "BUILDDIR=%CD%"

View File

@ -22,7 +22,7 @@ if defined DEBUG (
pushd %~dp0
set "SCRIPTDIR=%CD%"
cd ..\dep\msvc
cd ..\..\dep\msvc
mkdir deps-build
cd deps-build || goto error
set "BUILDDIR=%CD%"

View File

@ -37,7 +37,7 @@
},
{
"type": "patch",
"path": "../../shaderc-changes.patch"
"path": "../../deps/shaderc-changes.patch"
}
],
"cleanup": [

View File

@ -28,7 +28,7 @@
},
{
"type": "patch",
"path": "../../spirv-cross-changes.patch"
"path": "../../deps/spirv-cross-changes.patch"
}
],
"cleanup": [

View File

@ -25,7 +25,7 @@
},
{
"type": "patch",
"path": "../../cpuinfo-changes.patch"
"path": "../../deps/cpuinfo-changes.patch"
}
],
"cleanup": [