mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
fix build of embedding crate
I blame @larsbergstrom for this failure.
This commit is contained in:
parent
6b026e73b2
commit
4d188e2ccd
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ CRATE_embedding = $(S)src/components/embedding/embedding.rs
|
|||
|
||||
servo-embedding: servo $(SRC_embedding) $(CRATE_embedding)
|
||||
@$(call E, compile: $@)
|
||||
$(Q)$(RUSTC) $(RFLAGS_embedding) $(CRATE_embedding)
|
||||
$(Q)$(RUSTC) $(RFLAGS_embedding) $(CRATE_embedding) --crate-type dylib,rlib
|
||||
touch servo-embedding
|
||||
else
|
||||
all: servo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue