Squash commits for public release
This commit is contained in:
8
userland/shell/xsh/BUILD.gn
Normal file
8
userland/shell/xsh/BUILD.gn
Normal file
@@ -0,0 +1,8 @@
|
||||
import("//build/userland/TEMPLATE.gni")
|
||||
|
||||
xOS_executable("xsh") {
|
||||
install_path = "bin/"
|
||||
sources = [ "main.c" ]
|
||||
configs = [ "//build/userland:userland_flags" ]
|
||||
deplibs = [ "libc" ]
|
||||
}
|
||||
Reference in New Issue
Block a user