mirror of
https://github.com/servo/servo.git
synced 2025-08-25 23:28:21 +01:00
Use the in-tree Rust compiler
This commit is contained in:
parent
8db859b7d2
commit
5e40aa6aa3
4 changed files with 80 additions and 27 deletions
|
@ -82,7 +82,7 @@ DEPS_libcss += \
|
|||
$(NULL)
|
||||
|
||||
# Platform-specific dependencies
|
||||
ifeq ($(CFG_OSTYPE),darwin)
|
||||
ifeq ($(CFG_OSTYPE),apple-darwin)
|
||||
DEPS_rust-azure += \
|
||||
rust-core-graphics \
|
||||
rust-core-text \
|
||||
|
@ -121,7 +121,7 @@ DEPS_rust-layers += \
|
|||
|
||||
endif
|
||||
|
||||
ifeq ($(CFG_OSTYPE),linux)
|
||||
ifeq ($(CFG_OSTYPE),unknown-linux-gnu)
|
||||
|
||||
DEPS_rust-cairo += \
|
||||
rust-freetype \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue