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 846a567 commit 0612ce2Copy full SHA for 0612ce2
mk/grammar.mk
@@ -11,8 +11,8 @@
11
BG = $(CFG_BUILD_DIR)/grammar/
12
SG = $(S)src/grammar/
13
B = $(CFG_BUILD_DIR)/$(CFG_BUILD)/stage2/
14
-L = $(B)lib/rustlib/$(CFG_BUILD)/lib
15
-LD = $(CFG_BUILD)/stage2/lib/rustlib/$(CFG_BUILD)/lib/
+L = $(B)$(CFG_LIBDIR_RELATIVE)/rustlib/$(CFG_BUILD)/lib
+LD = $(CFG_BUILD)/stage2/$(CFG_LIBDIR_RELATIVE)/rustlib/$(CFG_BUILD)/lib/
16
RUSTC = $(STAGE2_T_$(CFG_BUILD)_H_$(CFG_BUILD))
17
18
# Run the reference lexer against libsyntax and compare the tokens and spans.
0 commit comments