Skip to content

Commit 4b5751b

Browse files
committed
update premake
1 parent fcb3a8c commit 4b5751b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gframe/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ project "YGOPro"
6565
end
6666
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32" }
6767
filter "not action:vs*"
68-
buildoptions { "-std=c++14", "-fno-rtti" }
68+
buildoptions { "-std=c++17", "-fno-rtti" }
6969
filter "not system:windows"
7070
links { "event_pthreads", "dl", "pthread" }
7171
filter "system:macosx"

0 commit comments

Comments
 (0)