mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
fix option order of make servo
This commit is contained in:
parent
d11e431887
commit
ea24d8792f
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