just fixing some missing / different things for macos, like there is no /usr/include on catalina for some reason.
{
FUNCDEF("execute");
- astring path = "/usr/include";
+ astring path = "/usr/lib";
#ifdef __WIN32__
// default path for windoze uses an area that should always exist.
path = environment::get("COMMONPROGRAMFILES");
# LOAD_FLAG_PREFIX += -Xlinker
#mac has no o3???
#-O3
+ # special flags for getting rid of warnings on fd_set.
+ LOAD_FLAG_PREFIX=-Wl,-U,___darwin_check_fd_set_overflow
# -Xlinker --print-map : shows what went in and why.
# -Xlinker -O3 : linker optimization