https://github.com/shader-slang/slang
Raw File
Tip revision: 3f70a48b9e034404e93162287c3fb050fed6ae58 authored by Yong He on 16 June 2022, 06:22:44 UTC
fix macos release workflow
Tip revision: 3f70a48
premake.bat
@echo off
set ROOT=%~dp0
"%ROOT%\external\slang-binaries\premake\premake-5.0.0-alpha16\bin\windows-x64\premake5.exe" %*
back to top