We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10abd3 commit 27783c6Copy full SHA for 27783c6
make.lua
@@ -2,7 +2,7 @@ local lm = require 'luamake'
2
local platform = require 'bee.platform'
3
local exe = platform.OS == 'Windows' and ".exe" or ""
4
5
-lm.bindir = "bin/"..platform.OS
+lm.bindir = platform.OS
6
7
lm.EXE_DIR = ""
8
lm:import "3rd/bee.lua/make.lua"
0 commit comments