9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
import("//build/userland/TEMPLATE.gni")
|
|
|
|
xOS_executable("uname") {
|
|
install_path = "bin/"
|
|
sources = [ "main.c" ]
|
|
configs = [ "//build/userland:userland_flags" ]
|
|
deplibs = [ "libc" ]
|
|
}
|