From ba0b06f2682d4419db0153e8ed39ff684b57fa23 Mon Sep 17 00:00:00 2001 From: withmorten Date: Fri, 22 Jan 2021 16:39:28 +0100 Subject: [PATCH] small premake fix --- premake5.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/premake5.lua b/premake5.lua index 128f3cae..2fe5cc97 100644 --- a/premake5.lua +++ b/premake5.lua @@ -147,7 +147,6 @@ workspace "reLCS" filter { "platforms:macosx-amd64-*" } buildoptions { "-target", "x86_64-apple-macos10.12", "-std=gnu++14" } - filter { "platforms:*librw_d3d9*" } defines { "RW_D3D9" } if(not _OPTIONS["with-librw"]) then @@ -232,7 +231,6 @@ project "reLCS" kind "WindowedApp" targetname "reLCS" targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}" - defines { "MIAMI" } files { addSrcFiles("src") } files { addSrcFiles("src/animation") }