Skip to content

Commit f001f1a

Browse files
committed
Fix uninitalized use of libs and cflags
1 parent 28b65df commit f001f1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
#if not os.environ.has_key('PKG_CONFIG_PATH'):
4040
# os.environ['PKG_CONFIG_PATH'] = '/usr/local/lib/pkgconfig'
4141

42+
libs = cflags = ''
43+
4244
# Find fuse compiler/linker flag via pkgconfig
4345
if os.system('pkg-config --exists fuse 2> /dev/null') == 0:
4446
pkgcfg = os.popen('pkg-config --cflags fuse')

0 commit comments

Comments
 (0)