Use the in-tree Rust compiler

This commit is contained in:
Brian Anderson 2013-01-09 18:52:17 -08:00
parent 8db859b7d2
commit 5e40aa6aa3
4 changed files with 80 additions and 27 deletions

View file

@ -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 \