Skip to content
Snippets Groups Projects
Commit 7b68ebb3 authored by actboy168's avatar actboy168
Browse files

Specify the minimum version of macos #170

parent c21f410d
No related branches found
No related tags found
No related merge requests found
Subproject commit 2b8b3fa20816dfa0909aed867f55bcb09f03a97a
Subproject commit 6dc6a9af0d0d22fc5b899cbdb047f8585c78a863
......@@ -3,6 +3,12 @@ local platform = require "bee.platform"
lm.arch = 'x64'
if lm.plat == "macos" then
lm.flags = {
"-mmacosx-version-min=10.13",
}
end
lm:import '3rd/bee.lua/make.lua'
lm.rootdir = '3rd/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment