mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-03 01:30:41 +00:00
5 lines
137 B
Makefile
5 lines
137 B
Makefile
|
LIBS = libcore-rust libc ldso-startup
|
||
|
RLIB = liblibc/src
|
||
|
CC_RUSTC_OPT += --cfg 'target_os = "netbsd"'
|
||
|
include $(REP_DIR)/lib/mk/rust.inc
|