Skip to content

Commit 9f3596e

Browse files
committed
Updated pylibpd thread fix patch.
1 parent 5c8fa66 commit 9f3596e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
--- python/setup-threadfix.py 2013-05-29 13:10:16.000000000 -0400
2-
+++ python/setup.py 2013-06-07 11:53:34.447298388 -0400
3-
@@ -22,7 +22,6 @@
1+
--- python/setup.py 2015-08-18 11:15:35.546257493 +0200
2+
+++ python/setup-threadfix.py 2015-08-18 11:32:16.784394028 +0200
3+
@@ -24,7 +24,6 @@
44
libraries = [
55
'm',
66
'dl',
7-
- 'pthread',
7+
- 'pthread'
88
],
9-
sources=[
9+
sources = [
1010
'pylibpd.i',

0 commit comments

Comments
 (0)