Skip to content

Commit 27783c6

Browse files
committed
update make
1 parent b10abd3 commit 27783c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local lm = require 'luamake'
22
local platform = require 'bee.platform'
33
local exe = platform.OS == 'Windows' and ".exe" or ""
44

5-
lm.bindir = "bin/"..platform.OS
5+
lm.bindir = platform.OS
66

77
lm.EXE_DIR = ""
88
lm:import "3rd/bee.lua/make.lua"

0 commit comments

Comments
 (0)