- for now treat FreeBSD as Linux for simplicity --- carla/source/modules/AppConfig.h.orig 2022-01-30 04:43:57 UTC +++ carla/source/modules/AppConfig.h @@ -27,7 +27,7 @@ # define APPCONFIG_OS_WIN32 #elif defined(__APPLE__) # define APPCONFIG_OS_MAC -#elif defined(__linux__) || defined(__linux) +#elif defined(__linux__) || defined(__linux) || defined(__FreeBSD__) # define APPCONFIG_OS_LINUX #else # error Unsupported platform!