Skip to content

Commit bb80e21

Browse files
committed
Change premake to native
1 parent 303b14a commit bb80e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/premake/premake4.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ local srcpaths = {
2626

2727
solution "ParsecSolution"
2828
language "C++"
29-
platforms { "x32", "x64" }
29+
platforms { "Native" }
3030
includedirs { srcpaths.libraries }
3131

3232
configurations { "Debug", "Release" }

0 commit comments

Comments
 (0)