We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086cb00 commit 0727488Copy full SHA for 0727488
1 file changed
setup.py
@@ -66,7 +66,7 @@ def run_command(self, command):
66
pkgcfg.close()
67
68
else:
69
- if os.system('pkg-config --usage 2> /dev/null') == 0:
+ if os.system('pkg-config --help 2> /dev/null') == 0:
70
print("""pkg-config could not find fuse:
71
you might need to adjust PKG_CONFIG_PATH or your
72
FUSE installation is very old (older than 2.1-pre1)""")
0 commit comments