summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.lua b/make.lua
index cee14c4a..683f3831 100644
--- a/make.lua
+++ b/make.lua
@@ -2,7 +2,7 @@ local lm = require 'luamake'
local platform = require 'bee.platform'
local exe = platform.OS == 'Windows' and ".exe" or ""
-lm.bindir = "bin/"..platform.OS
+lm.bindir = platform.OS
lm.EXE_DIR = ""
lm:import "3rd/bee.lua/make.lua"