We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984ee07 commit ff39240Copy full SHA for ff39240
setup.py
@@ -70,7 +70,7 @@ def get_platform_paths():
70
else: # Intel macOS
71
return (["/usr/lib"], ["/usr/include"])
72
elif sys.platform.startswith('linux'):
73
- return (["/home/linuxbrew/.linuxbrew/lib", "/home/linuxbrew/.linuxbrew/include"])
+ return (["/home/linuxbrew/.linuxbrew/lib"], ["/home/linuxbrew/.linuxbrew/include"])
74
else:
75
raise ValueError(f'Unknown {sys.platform=}')
76
# For Linux/Windows, adapt as needed
0 commit comments