Skip to content

Commit

Permalink
fix build of embedding crate
Browse files Browse the repository at this point in the history
I blame @larsbergstrom for this failure.
  • Loading branch information
Mike Blumenkrantz committed May 26, 2014
1 parent 6b026e7 commit 4d188e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -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
Expand Down

0 comments on commit 4d188e2

Please sign in to comment.