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

teapot.rb (384B)


      1 #
      2 #  This file is part of the "Teapot" project, and is released under the MIT license.
      3 #
      4 
      5 teapot_version "0.8.0"
      6 
      7 define_target "ffi-clang" do |target|
      8 	target.depends "Library/clang"
      9 	target.provides "Dependencies/ffi-clang"
     10 end
     11 
     12 define_configuration "ffi-clang" do |configuration|
     13 	configuration[:source] = "https://github.com/dream-framework/"
     14 	
     15 	configuration.require "clang"
     16 end