diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/os/conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/os/conf b/auto/os/conf index 94fdbcd56..623ba3129 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -45,4 +45,10 @@ case $PLATFORM in CORE_LIBS="$CORE_LIBS ws2_32.lib" ;; + *) + CORE_INCS="$UNIX_INCS" + CORE_DEPS="$UNIX_DEPS $POSIX_DEPS" + CORE_SRCS="$UNIX_SRCS" + ;; + esac |
