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:
Christian Helmuth 2019-05-17 13:18:12 +02:00
parent 4fc3eca4aa
commit 6db43d2c19
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
TARGET = libc_noux
LIBS = libc libc_noux
LIBS = posix libc_noux
CC_CXX_WARN_STRICT =