Skip to content

Commit 0906cb1

Browse files
committed
setupext.py: allow linux3
1 parent 2aea897 commit 0906cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'linux2-mips' : ['/usr/local', '/usr'],
5656
'linux2-sparc' : ['/usr/local', '/usr'],
5757
'linux2' : ['/usr/local', '/usr'],
58+
'linux3' : ['/usr/local', '/usr'],
5859
'linux' : ['/usr/local', '/usr',],
5960
'cygwin' : ['/usr/local', '/usr',],
6061
'_darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',

0 commit comments

Comments
 (0)