aboutsummaryrefslogtreecommitdiff
path: root/update_external_sources.bat
diff options
context:
space:
mode:
authorGregF <greg@LunarG.com>2016-04-01 14:20:14 -0600
committerGregF <greg@LunarG.com>2016-04-01 14:20:14 -0600
commit4132e63a672a7977fe6732586cacb8f4e0243a42 (patch)
tree84838cdfb0400149281df0a35bae9c7519bca3c3 /update_external_sources.bat
parente8fe5a1307ee399fe7243ce6477e8d2efd2e4352 (diff)
downloadusermoji-4132e63a672a7977fe6732586cacb8f4e0243a42.tar.xz
SPIRV: Adjust to spirv-tools library move
Diffstat (limited to 'update_external_sources.bat')
-rwxr-xr-xupdate_external_sources.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/update_external_sources.bat b/update_external_sources.bat
index cf81a82b..be2d8d41 100755
--- a/update_external_sources.bat
+++ b/update_external_sources.bat
@@ -337,7 +337,7 @@ goto:eof
msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Debug /verbosity:quiet
REM Check for existence of one lib, even though we should check for all results
- if not exist %SPIRV_TOOLS_BUILD_DIR%\Debug\SPIRV-Tools.lib (
+ if not exist %SPIRV_TOOLS_BUILD_DIR%\source\Debug\SPIRV-Tools.lib (
echo.
echo spirv-tools 32-bit Debug build failed!
set errorCode=1
@@ -347,7 +347,7 @@ goto:eof
msbuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Release /verbosity:quiet
REM Check for existence of one lib, even though we should check for all results
- if not exist %SPIRV_TOOLS_BUILD_DIR%\Release\SPIRV-Tools.lib (
+ if not exist %SPIRV_TOOLS_BUILD_DIR%\source\Release\SPIRV-Tools.lib (
echo.
echo spirv-tools 32-bit Release build failed!
set errorCode=1
@@ -368,7 +368,7 @@ goto:eof
msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Debug /verbosity:quiet
REM Check for existence of one lib, even though we should check for all results
- if not exist %SPIRV_TOOLS_BUILD_DIR%\Debug\SPIRV-Tools.lib (
+ if not exist %SPIRV_TOOLS_BUILD_DIR%\source\Debug\SPIRV-Tools.lib (
echo.
echo spirv-tools 64-bit Debug build failed!
set errorCode=1
@@ -378,7 +378,7 @@ goto:eof
msbuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Release /verbosity:quiet
REM Check for existence of one lib, even though we should check for all results
- if not exist %SPIRV_TOOLS_BUILD_DIR%\Release\SPIRV-Tools.lib (
+ if not exist %SPIRV_TOOLS_BUILD_DIR%\source\Release\SPIRV-Tools.lib (
echo.
echo spirv-tools 64-bit Release build failed!
set errorCode=1