From cca09e3d26fd55532104f151ab6ffc4f8648faea Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Mon, 22 Feb 2021 14:24:19 +0100 Subject: [PATCH] Fix for build on Linux #3 --- premake/premake5.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/premake/premake5.lua b/premake/premake5.lua index 5110656..7862609 100644 --- a/premake/premake5.lua +++ b/premake/premake5.lua @@ -8,7 +8,6 @@ platforms { "x64", "Linux-x64" } location "../build" filename ("VulkanSample_" .. _SUFFIX) startproject "VulkanSample" -cppdialect "C++14" filter "platforms:x64" system "Windows"