Skip to content

Commit bb45f8f

Browse files
committed
Don't specify library_dirs and include_dirs
1 parent 486ec31 commit bb45f8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
module1 = Extension('GeoIP',
99
libraries=['GeoIP'],
10-
sources=['py_GeoIP.c'],
11-
library_dirs=['/usr/local/lib'],
12-
include_dirs=['/usr/local/include'])
10+
sources=['py_GeoIP.c'])
1311

1412
setup(
1513
name='GeoIP',

0 commit comments

Comments
 (0)