Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Feb 25, 2024
2 parents cf5c02d + 0271564 commit d9ee633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hasp_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#if defined(POSIX)
#include <unistd.h>
#include <linux/limits.h>
#include <limits.h>
#define cwd getcwd
#endif

Expand Down
2 changes: 1 addition & 1 deletion src/main_pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <netdb.h>
#include <unistd.h>
#include <fcntl.h>
#include <linux/limits.h>
#include <limits.h>
#include <sys/types.h>
#include <pwd.h>
#define cwd getcwd
Expand Down
2 changes: 1 addition & 1 deletion tools/osx_build_extra.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Import("env")

#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")

Expand Down

0 comments on commit d9ee633

Please sign in to comment.