mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
||||
servo: $(DEPS_servo)
|
||||
@$(call E, compile: $@)
|
||||
$(Q)$(RUSTC) $(RFLAGS_servo) -o $@ $< --lib
|
||||
$(Q)$(RUSTC) $(RFLAGS_servo) -o -Z gen-crate-map $@ $< --lib
|
||||
endif
|
||||
|
||||
# Darwin app packaging
|
||||
|
|
|
@ -20,6 +20,8 @@ extern mod js;
|
|||
extern mod layers;
|
||||
extern mod opengles;
|
||||
extern mod png;
|
||||
#[cfg(target_os="android")]
|
||||
extern mod rustuv;
|
||||
extern mod script;
|
||||
extern mod servo_net = "net";
|
||||
extern mod servo_msg = "msg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue