rt/arch/posix/SConscript

6 lines
75 B
Python

Import("env")
libposix = env.StaticLibrary("posix.c")
Return("libposix")