Files
genode/repos/libports/lib/mk/liballoc_system-rust.mk
Christian Helmuth 3ba61a2ddf Move rust support to libports
Issue #1899
2016-05-23 15:52:38 +02:00

6 lines
152 B
Makefile

LIBS = libcore-rust liblibc-rust
CC_RUSTC_OPT += --allow unused_features
RLIB = liballoc_genode
SRC_RS = lib.rs
vpath % $(REP_DIR)/src/lib/rust/$(RLIB)