aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_03.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2012-05-23 21:05:21 -0700
committerIgor Minar2012-05-23 21:05:21 -0700
commit5fdf42ce3949ccf5a2e1f2beee50b6b57279f53e (patch)
tree25a1e1feb331c035cc9cd9b4e3bbd136eb523ede /docs/content/tutorial/step_03.ngdoc
parentbf6a0b7289e183784ac14c9652a6e038fde1fda4 (diff)
downloadangular.js-5fdf42ce3949ccf5a2e1f2beee50b6b57279f53e.tar.bz2
chore(release): cut the 1.0.0rc10 tesseract-giftwrapping releasev1.0.0rc10
Diffstat (limited to 'docs/content/tutorial/step_03.ngdoc')
0 files changed, 0 insertions, 0 deletions
cause "Undefined symbols when linking" end def install ENV.universal_binary if build.universal? if build.head? inreplace 'autogen.sh', 'libtoolize', 'glibtoolize' system './autogen.sh' end system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--without-python" system "make" ENV.deparallelize system "make install" if build.with? 'python' cd 'python' do # We need to insert our include dir first inreplace 'setup.py', 'includes_dir = [', "includes_dir = ['#{include}', '#{MacOS.sdk_path}/usr/include'," system "python", 'setup.py', "install", "--prefix=#{prefix}" end end end end