8000 * Pick up glib-2 and mono-2 from package info only * · pythonnet/pythonnet-rawsvnmig@a77ac84 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

Commit a77ac84

Browse files
author
Barton Cline
committed
* Pick up glib-2 and mono-2 from package info only *
1 parent a2a3041 commit a77ac84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonnet/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def pkgconfig(*packages, **kw):
4141
kw[k] = list(set(v))
4242

4343
return kw
44-
argsDict = pkgconfig('mono-2')
45-
argsDict['include_dirs'] += ['/opt/mono-2.8/include','/include:usr/include','/usr/include/glib-2.0','/usr/lib/glib-2.0/include']
44+
argsDict = pkgconfig('glib-2.0', 'mono-2')
45+
#argsDict['include_dirs'] += ['/opt/mono-2.8/include','/include:usr/include','/usr/include/glib-2.0','/usr/lib/glib-2.0/include']
4646

4747
clr = Extension('clr',
4848
['src/monoclr/clrmod.c', 'src/monoclr/pynetinit.c'],

0 commit comments

Comments
 (0)
0