Skip to content

Commit

Permalink
reset xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rcitach authored Nov 7, 2024
1 parent b3b473a commit eba7d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/packages/b/busybox/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ do

local buildenvs = import("package.tools.autoconf").buildenvs(package, {cxflags = cxflags})
buildenvs["CROSS_COMPILE"] = host .. "-"
-- buildenvs.LDFLAGS = table.concat(ldflags, " ")
buildenvs.LDFLAGS = table.concat(ldflags, " ")
import("package.tools.make").build(package, {}, {envs = buildenvs})
import("package.tools.make").build(package, {"install"}, {envs = buildenvs})

Expand Down

0 comments on commit eba7d05

Please sign in to comment.