Files
Custom-Operating-System/userland/shell/xsh/BUILD.gn

9 lines
189 B
Plaintext
Raw Normal View History

2025-02-12 09:54:05 -05:00
import("//build/userland/TEMPLATE.gni")
xOS_executable("xsh") {
install_path = "bin/"
sources = [ "main.c" ]
configs = [ "//build/userland:userland_flags" ]
deplibs = [ "libc" ]
}