Skip to content

Commit

Permalink
[18_1] Revert "only require xmake>=2.8.5 on macosx"
Browse files Browse the repository at this point in the history
This reverts commit 176c598.
  • Loading branch information
da-liii committed Nov 8, 2023
1 parent e160a5a commit 18ead8e
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions xmake.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
if is_plat("macosx") then
set_xmakever("2.8.5")
else
set_xmakever("2.8.3")
end
set_xmakever("2.8.5")

-- add releasedbg, debug and release modes.
set_allowedmodes("releasedbg", "release", "debug")
Expand All @@ -12,15 +8,7 @@ set_project("lolly")
LOLLY_VERSION= "1.3.1"

set_languages("c++17")

if is_plat("macosx") then
includes("@builtin/check")
else
includes("check_cxxtypes.lua")
includes("check_cxxincludes.lua")
includes("check_cxxfuncs.lua")
includes("check_cxxsnippets.lua")
end
includes("@builtin/check")

set_allowedplats("linux", "macosx", "mingw", "wasm", "windows")

Expand Down

0 comments on commit 18ead8e

Please sign in to comment.