small premake fix

This commit is contained in:
withmorten 2021-01-22 16:39:28 +01:00
parent cea6b20c09
commit ba0b06f268
1 changed files with 0 additions and 2 deletions

View File

@ -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") }