Skip to content

Commit

Permalink
split servo build into library (non-android) for use in embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Blumenkrantz committed Apr 11, 2014
1 parent 0c4354a commit b68fd73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.in
Expand Up @@ -341,6 +341,12 @@ ifneq ($(CFG_OSTYPE),linux-androideabi)
servo: $(DEPS_servo)
@$(call E, compile: $@)
$(Q)$(RUSTC) $(RFLAGS_servo) -o $@ $<

libservo.dummy: $(DEPS_servo)
@$(call E, compile: $@)
$(Q)$(RUSTC) $(RFLAGS_servo) $< --crate-type dylib,rlib
touch libservo.dummy

else
servo: $(DEPS_servo)
@$(call E, compile: $@)
Expand Down

5 comments on commit b68fd73

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from larsbergstrom
at zmike@b68fd73

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging zmike/servo/servo-lib = b68fd73 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zmike/servo/servo-lib = b68fd73 merged ok, testing candidate = ce877e4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = ce877e4

Please sign in to comment.