Skip to content

Commit ff39240

Browse files
committed
misstype in linux include
1 parent 984ee07 commit ff39240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_platform_paths():
7070
else: # Intel macOS
7171
return (["/usr/lib"], ["/usr/include"])
7272
elif sys.platform.startswith('linux'):
73-
return (["/home/linuxbrew/.linuxbrew/lib", "/home/linuxbrew/.linuxbrew/include"])
73+
return (["/home/linuxbrew/.linuxbrew/lib"], ["/home/linuxbrew/.linuxbrew/include"])
7474
else:
7575
raise ValueError(f'Unknown {sys.platform=}')
7676
# For Linux/Windows, adapt as needed

0 commit comments

Comments
 (0)