root/torment/trunk/build.sh

Revision 3922, 121 bytes (checked in by hdm, 2 years ago)

Merge from 0.1.1.21 to 0.1.1.23

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1 #!/bin/sh
2 #########
3
4 INC=`ruby -e 'puts "/usr/lib/ruby/1.8/#{RUBY_PLATFORM}"'`
5 LIB=$INC
6
7 make CFLAGS="-I${INC} -L${LIB}"
Note: See TracBrowser for help on using the browser.