Repository: qpid-proton
Updated Branches:
  refs/heads/master 51ddf8a7c -> a73b8f4d0


NO-JIRA: Fix how gemspec generates extension


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

Branch: refs/heads/master
Commit: a73b8f4d0cb37365570121664033e6c654507170
Parents: f326434
Author: Darryl L. Pierce <mcpie...@gmail.com>
Authored: Tue Mar 17 09:07:22 2015 -0400
Committer: Darryl L. Pierce <mcpie...@gmail.com>
Committed: Tue Mar 17 09:08:19 2015 -0400

----------------------------------------------------------------------
 proton-c/bindings/ruby/qpid_proton.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/a73b8f4d/proton-c/bindings/ruby/qpid_proton.gemspec
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/qpid_proton.gemspec 
b/proton-c/bindings/ruby/qpid_proton.gemspec
index f61d14c..e17727c 100644
--- a/proton-c/bindings/ruby/qpid_proton.gemspec
+++ b/proton-c/bindings/ruby/qpid_proton.gemspec
@@ -3,7 +3,7 @@ lib = File.expand_path('lib/', __FILE__)
 $:.unshift lib unless $:.include?(lib)
 
 # Generate the Swig wrapper
-system "swig -ruby -I../../include -o ext/cproton/cproton.c ruby.i"
+system "swig -ruby -I/usr/include -o ext/cproton/cproton.c ruby.i"
 
 Gem::Specification.new do |s|
   s.name        = "qpid_proton"


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

Reply via email to