Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit d5072dc

Browse files
BotjeDries Harnie
authored andcommitted
BUILD: Move liblua.a to TOOL_LDFLAGS. Fixes #33.
1 parent 5a2e20f commit d5072dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/luac/module.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ TOOL_OBJS := \
66
opcode.o \
77
opt.o \
88
print.o \
9-
rebase.o \
10-
../lua/liblua.a
9+
rebase.o
10+
11+
TOOL_LDFLAGS := tools/lua/liblua.a
1112

1213
TOOL := luac
1314
TOOL_DEPS := tools/lua

0 commit comments

Comments
 (0)