Skip to content

Commit e2f7222

Browse files
authored
Update make.lua
1 parent c915264 commit e2f7222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ lm:executable 'rcedit' {
2121
}
2222

2323
lm:build 'bee' {
24-
'$luamake', '-C', '3rd/bee.lua'
24+
'$luamake', '-C', '3rd/bee.lua',
25+
pool = 'console'
2526
}
2627

2728
lm:build 'install' {

0 commit comments

Comments
 (0)