aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2015-03-26 11:22:27 +0300
committerrelan <relan@users.noreply.github.com>2015-08-24 08:28:34 +0300
commit623633e38a7816924eaf8bf533ae1da4d15236ba (patch)
tree6c23bdad945f65c2105281e6abbd80aaaf80aa6d
parent4b2d73e1b017f629d0c55f917671dc8bd6333841 (diff)
downloadandroid_external_exfat-623633e38a7816924eaf8bf533ae1da4d15236ba.tar.gz
android_external_exfat-623633e38a7816924eaf8bf533ae1da4d15236ba.tar.bz2
android_external_exfat-623633e38a7816924eaf8bf533ae1da4d15236ba.zip
Add /usr/local/lib to LIBPATH on OS X.
Without this SCons fails to find libosxfuse_i64.
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 9715edf..51c9a4a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -72,6 +72,7 @@ if not env.GetOption('clean'):
conf.env.Append(CPPPATH = ['/usr/local/include/osxfuse'])
conf.env.Append(CFLAGS = '-mmacosx-version-min=10.5')
conf.env.Append(LINKFLAGS = '-mmacosx-version-min=10.5')
+ conf.env.Append(LIBPATH = ['/usr/local/lib'])
libfuse = 'osxfuse_i64'
# FreeBSD does not support block devices, only raw devices. Ublio is