mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Merge branch 'master' of https://github.com/HASwitchPlate/openHASP
This commit is contained in:
commit
d9ee633c92
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
#if defined(POSIX)
|
#if defined(POSIX)
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <linux/limits.h>
|
#include <limits.h>
|
||||||
#define cwd getcwd
|
#define cwd getcwd
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <linux/limits.h>
|
#include <limits.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#define cwd getcwd
|
#define cwd getcwd
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Import("env")
|
Import("env")
|
||||||
|
|
||||||
#env.Replace(CC="gcc-10", CXX="g++-10")
|
#env.Replace(CC="gcc-10", CXX="g++-10")
|
||||||
env.Replace(CC="gcc-12", CXX="g++-12")
|
env.Replace(CC="gcc-13", CXX="g++-13")
|
||||||
|
|
||||||
env.Replace(BUILD_SCRIPT="tools/osx_build_script.py")
|
env.Replace(BUILD_SCRIPT="tools/osx_build_script.py")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user