From 0fd6dbe8bd99abb50a889ec35d551e4ab27aaaf1 Mon Sep 17 00:00:00 2001 From: Seppe Dekeyser Date: Fri, 17 Jan 2020 14:55:59 +0100 Subject: [PATCH] fixed premake x64 architecture parameter --- premake5.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index 9c88aaec..29168d66 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,6 +1,6 @@ -- OpenGL-Sandbox workspace "OpenGL-Sandbox" - architecture "x64" + architecture "x86_64" startproject "OpenGL-Sandbox" configurations @@ -37,7 +37,7 @@ include "OpenGL-Sandbox" -- OpenGL-Examples workspace "OpenGL-Examples" startproject "OpenGL-Examples" - architecture "x64" + architecture "x86_64" startproject "OpenGL-Examples" configurations