mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
3ba61a2ddf
Issue #1899
6 lines
152 B
Makefile
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)
|