libc_noux target depends on POSIX runtime
This prevents error copying "bin/libm.lib.so": no such file or directory error copying "bin/posix.lib.so": no such file or directory when running "make run/noux" from an empty build directory.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TARGET = libc_noux
|
||||
LIBS = libc libc_noux
|
||||
LIBS = posix libc_noux
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
||||
Reference in New Issue
Block a user