Skip to content

Instantly share code, notes, and snippets.

@ry
Created November 15, 2011 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ry/b48ca38bbc52f7c6a563 to your computer and use it in GitHub Desktop.
Save ry/b48ca38bbc52f7c6a563 to your computer and use it in GitHub Desktop.
diff --git a/wscript b/wscript
index 02ede45..6befc69 100644
--- a/wscript
+++ b/wscript
@@ -460,6 +460,7 @@ def configure(conf):
# LFS
conf.env.append_value('CPPFLAGS', '-D_LARGEFILE_SOURCE')
conf.env.append_value('CPPFLAGS', '-D_FILE_OFFSET_BITS=64')
+ conf.env.append_value('CPPFLAGS', '-D__DARWIN_64_BIT_INO_T')
# Makes select on windows support more than 64 FDs
if sys.platform.startswith("win32"):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment