diff options
| author | Yong He <yonghe@outlook.com> | 2021-07-08 13:04:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-08 16:04:53 -0400 |
| commit | 06c4926ec51ce9548f2dc44ee948a467d588def8 (patch) | |
| tree | fbc4b0706f0fc47d6edeebc81e62b36bb658e348 /premake.bat | |
| parent | a03d21a5f54cba913c3f52e2822a433de8f39fdd (diff) | |
Update VS projects to 2019. (#1901)
* Update VS projects to 2019.
* Empty commit to trigger build
Diffstat (limited to 'premake.bat')
| -rw-r--r-- | premake.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake.bat b/premake.bat index d9f152e0f..28b404a73 100644 --- a/premake.bat +++ b/premake.bat @@ -1,3 +1,3 @@ @echo off set ROOT=%~dp0 -"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha13\bin\windows-x64\premake5.exe" %* +"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %* |
