Sha256: 65feb8a12454a24a9cb04a0a2396842cf51fa5bed825363b8c80af9d88f5dece

Contents?: true

Size: 205 Bytes

Versions: 3

Compression:

Stored size: 205 Bytes

Contents

task :default do
  libleap = File.expand_path File.join('..', 'LeapSDK', 'lib', 'libLeap.dylib')
  system "install_name_tool -change @loader_path/libLeap.dylib #{libleap} ../../lib/leap_motion.bundle"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
leap_motion-1.0.2-x86_64-darwin-13 ext/leap_motion/Rakefile
leap_motion-1.0.1-x86_64-darwin-12 ext/leap_motion/Rakefile
leap_motion-1.0.0-x86_64-darwin-12 ext/leap_motion/Rakefile