We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b65df commit f001f1aCopy full SHA for f001f1a
1 file changed
setup.py
@@ -39,6 +39,8 @@
39
#if not os.environ.has_key('PKG_CONFIG_PATH'):
40
# os.environ['PKG_CONFIG_PATH'] = '/usr/local/lib/pkgconfig'
41
42
+libs = cflags = ''
43
+
44
# Find fuse compiler/linker flag via pkgconfig
45
if os.system('pkg-config --exists fuse 2> /dev/null') == 0:
46
pkgcfg = os.popen('pkg-config --cflags fuse')
0 commit comments