Skip to content

Commit

Permalink
auto merge of #2586 : ebalint/servo/2327, r=jdm
Browse files Browse the repository at this point in the history
  • Loading branch information
bors-servo committed Jun 5, 2014
2 parents b2e7e67 + 521a45b commit 188b2c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.in
Expand Up @@ -346,8 +346,7 @@ ifneq ($(CFG_OSTYPE),linux-androideabi)
all: servo servo-embedding
servo: $(DEPS_servo)
@$(call E, compile: $@)
$(Q)$(RUSTC) $(RFLAGS_servo) -o servo $< --crate-type bin
$(Q)$(RUSTC) $(RFLAGS_servo) $< --crate-type dylib,rlib
$(Q)$(RUSTC) $(RFLAGS_servo) $< --crate-type bin,dylib,rlib

RFLAGS_embedding = $(strip $(CFG_RUSTC_FLAGS)) $(addprefix -L $(B)src/,$(DEPS_SUBMODULES)) -L $(B)src/components/gfx -L $(B)src/components/util -L $(B)src/components/net -L $(B)src/components/script -L $(B)src/components/style -L $(B)src/components/msg -L $(B).. -L $(B)src/components/main -L $(B)src/components/macros -A non_camel_case_types -A unused_variable

Expand Down

0 comments on commit 188b2c7

Please sign in to comment.