mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
auto merge of #1539 : aydinkim/servo/misc, r=metajack
fix android build error on certain environment
This commit is contained in:
commit
6edb293de0
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ servo: $(DEPS_servo)
|
||||||
else
|
else
|
||||||
servo: $(DEPS_servo)
|
servo: $(DEPS_servo)
|
||||||
@$(call E, compile: $@)
|
@$(call E, compile: $@)
|
||||||
$(Q)$(RUSTC) $(RFLAGS_servo) -o -Z gen-crate-map $@ $< --lib
|
$(Q)$(RUSTC) $(RFLAGS_servo) -Z gen-crate-map -o $@ $< --lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Darwin app packaging
|
# Darwin app packaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue