Skip to content
Snippets Groups Projects
Commit fe3fa33c authored by 最萌小汐's avatar 最萌小汐
Browse files

fix compile

parent e2125717
No related branches found
No related tags found
No related merge requests found
local lm = require 'luamake'
local platform = require 'bee.platform'
lm.arch = 'x64'
......@@ -28,7 +29,7 @@ lm:build 'install' {
'lua',
'lpeglabel',
'bee',
'bootstrap',
platform.OS == "Windows" and 'bootstrap',
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment