You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2015/06/03 19:26:01 UTC

[38/50] [abbrv] qpid-proton git commit: PROTON-885: add pthreads option to swig command

PROTON-885: add pthreads option to swig command


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0b7718c7
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0b7718c7
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0b7718c7

Branch: refs/heads/cjansen-cpp-client
Commit: 0b7718c74a8fc905cc209b4859408feae5805029
Parents: a3fc3ff
Author: Ken Giusti <kg...@apache.org>
Authored: Tue May 26 16:58:13 2015 -0400
Committer: Ken Giusti <kg...@apache.org>
Committed: Tue May 26 17:17:00 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/python/setuputils/misc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0b7718c7/proton-c/bindings/python/setuputils/misc.py
----------------------------------------------------------------------
diff --git a/proton-c/bindings/python/setuputils/misc.py b/proton-c/bindings/python/setuputils/misc.py
index 3ebb160..8978371 100644
--- a/proton-c/bindings/python/setuputils/misc.py
+++ b/proton-c/bindings/python/setuputils/misc.py
@@ -30,7 +30,7 @@ def settings_from_prefix(prefix=None):
     settings['libraries'] = []
     settings['include_dirs'] = []
     settings['library_dirs'] = []
-    settings['swig_opts'] = []
+    settings['swig_opts'] = ['-threads']
     settings['runtime_library_dirs'] = []
     settings['extra_link_args'] = []
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org