Skip to content

Commit 75b10ba

Browse files
committed
Revert until we update premake version
1 parent 1db26e6 commit 75b10ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hlsl++.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ workspace("hlsl++")
8484
cppdialect("c++11")
8585
defines { "HLSLPP_FEATURE_TRANSFORM" }
8686
warnings('extra')
87-
fatalwarnings { 'compile' }
87+
flags { 'fatalcompilewarnings' }
8888

8989
if(isXCodeBuild) then
9090

0 commit comments

Comments
 (0)