diff --git a/examples/premake5.lua b/examples/premake5.lua index 80c8da19..50422b73 100644 --- a/examples/premake5.lua +++ b/examples/premake5.lua @@ -77,7 +77,6 @@ project "example" postbuildcommands { - "{COPYFILE} ../vendor/libhv/lib/%{cfg.platform:gsub('-', '/')}/hv.dll %{cfg.targetdir}/hv.dll", } filter { "platforms:mac-*" } @@ -102,6 +101,10 @@ project "example" { } + postbuildcommands + { + } + filter { "platforms:linux-*" } system "linux" @@ -123,6 +126,10 @@ project "example" { } + postbuildcommands + { + } + filter { "platforms:android-*" } system "android" @@ -144,6 +151,10 @@ project "example" { } + postbuildcommands + { + } + filter { "platforms:ios-*" } system "ios" systemversion "13.0"