Add WIN32 pseudo console APIs

See #999
This commit is contained in:
Justine Tunney 2023-12-10 01:29:25 -08:00
parent 1bd69867d1
commit 4f66d7f2dd
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 72 additions and 2 deletions

View file

@ -507,10 +507,10 @@
#define HAVE_WORKING_VFORK 1
/* Default C++ compiler. */
#define MAKE_CXX "/opt/cosmocc/bin/aarch64-unknown-cosmo-c++"
#define MAKE_CXX "c++"
/* Build host information. */
#define MAKE_HOST "x86_64-pc-linux-musl"
#define MAKE_HOST "x86_64-linux-cosmo"
/* Define to 1 to enable job server support in GNU Make. */
#define MAKE_JOBSERVER 1