Skip to content

Commit

Permalink
Compile gr-baz against the right version of python
Browse files Browse the repository at this point in the history
  • Loading branch information
jcftang authored and andresv committed Nov 15, 2014
1 parent 3c5fe8d commit 9f73875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gr-baz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class GrBaz < Formula

def install
mkdir 'build' do
system 'cmake', '..', *std_cmake_args
system 'cmake', '..', '-DPYTHON_LIBRARY=/usr/local/Frameworks/Python.framework/Versions/2.7/Python ', *std_cmake_args
system 'make'
system 'make install'
end
Expand Down

0 comments on commit 9f73875

Please sign in to comment.