ffi-clang

FORK: Ruby FFI bindings for my custom patched clang 8.0.
git clone https://git.neptards.moe/neptards/ffi-clang.git
Log | Files | Refs | README

rakefile.rb (219B)


      1 
      2 require 'teapot'
      3 
      4 task :default do
      5 	controller = Teapot::Controller.new(__dir__)
      6 	
      7 	controller.fetch
      8 	
      9 	packages = ["Dependencies/ffi-clang", "variant-release", "platform-darwin-osx"]
     10 	
     11 	controller.build(packages)
     12 end