OSDN Git Service

Define __DARWIN_UNIX03=1 to make timezone variable available (instead of deprecated...
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Tue, 7 Sep 2010 18:01:37 +0000 (18:01 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Tue, 7 Sep 2010 18:01:37 +0000 (18:01 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@163 60bc1c72-a15a-11de-b98f-4500b42dc123

SConstruct

index e5417b5..4d17af0 100644 (file)
@@ -35,6 +35,7 @@ env.Append(CPPDEFINES = {'_FILE_OFFSET_BITS' : 64})
 # link against libfuse_ino64 instead.
 if platform.system() == 'Darwin':
        env.Append(CPPDEFINES = {'__DARWIN_64_BIT_INO_T' : 0})
+       env.Append(CPPDEFINES = {'__DARWIN_UNIX03' : 1})
 env.Append(CPPPATH = ['libexfat'])
 env.Append(LINKFLAGS = '')