mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
||||
servo: $(DEPS_servo)
|
||||
@$(call E, compile: $@)
|
||||
$(Q)$(RUSTC) $(RFLAGS_servo) -o -Z gen-crate-map $@ $< --lib
|
||||
$(Q)$(RUSTC) $(RFLAGS_servo) -Z gen-crate-map -o $@ $< --lib
|
||||
endif
|
||||
|
||||
# Darwin app packaging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue