mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add the Rust crate map to the servo library and dependency on libuv
This commit is contained in:
parent
c876335d22
commit
960ed1ec9d
2 changed files with 3 additions and 1 deletions
|
@ -328,7 +328,7 @@ servo: $(DEPS_servo)
|
||||||
else
|
else
|
||||||
servo: $(DEPS_servo)
|
servo: $(DEPS_servo)
|
||||||
@$(call E, compile: $@)
|
@$(call E, compile: $@)
|
||||||
$(Q)$(RUSTC) $(RFLAGS_servo) -o $@ $< --lib
|
$(Q)$(RUSTC) $(RFLAGS_servo) -o -Z gen-crate-map $@ $< --lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Darwin app packaging
|
# Darwin app packaging
|
||||||
|
|
|
@ -20,6 +20,8 @@ extern mod js;
|
||||||
extern mod layers;
|
extern mod layers;
|
||||||
extern mod opengles;
|
extern mod opengles;
|
||||||
extern mod png;
|
extern mod png;
|
||||||
|
#[cfg(target_os="android")]
|
||||||
|
extern mod rustuv;
|
||||||
extern mod script;
|
extern mod script;
|
||||||
extern mod servo_net = "net";
|
extern mod servo_net = "net";
|
||||||
extern mod servo_msg = "msg";
|
extern mod servo_msg = "msg";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue