mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update azure and geom
This commit is contained in:
parent
a6408d6c7f
commit
62beb26247
3 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ ifeq ($(OSTYPE),darwin)
|
|||
# doesn't work neither does servo
|
||||
CHECK_DEPS += check-rust-cocoa
|
||||
CLEAN_DEPS += clean-rust-cocoa
|
||||
AZURE_DEPS += src/rust-cocoa/libcocoa.dummy
|
||||
AZURE_DEPS += src/rust-cocoa/libcocoa.dummy src/rust-geom/libgeom.dummy
|
||||
endif
|
||||
|
||||
SERVO_DEPS += \
|
||||
|
@ -102,7 +102,7 @@ src/rust-mozjs/libmozjs.dummy: src/mozjs/libjs_static.a
|
|||
$(MAKE) -C src/rust-mozjs
|
||||
|
||||
src/rust-azure/libazure.dummy: $(AZURE_DEPS)
|
||||
RUSTFLAGS="-L ../rust-cocoa" $(MAKE) -C src/rust-azure
|
||||
RUSTFLAGS="-L ../rust-cocoa -L ../rust-geom" $(MAKE) -C src/rust-azure
|
||||
|
||||
src/rust-sdl/libsdl.dummy:
|
||||
$(MAKE) -C src/rust-sdl
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b5cdcbef98a978bb3669cbabba3fc38e3d508de9
|
||||
Subproject commit 67b01948e70c61276bd213c3c7a9bd90356bc59e
|
|
@ -1 +1 @@
|
|||
Subproject commit f71744a57d9073ee78f3883b9d6177a6fa43b688
|
||||
Subproject commit 3013189a660248300e9cbefe92e1c51b7cb33ec4
|
Loading…
Add table
Add a link
Reference in a new issue