small premake fix

This commit is contained in:
withmorten 2021-01-22 16:39:28 +01:00 committed by GitHub
parent feb993e751
commit 1d3e84b712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -147,7 +147,6 @@ workspace "reVC"
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 "reVC"
kind "WindowedApp"
targetname "reVC"
targetdir "bin/%{cfg.platform}/%{cfg.buildcfg}"
defines { "MIAMI" }
files { addSrcFiles("src") }
files { addSrcFiles("src/animation") }