Sha256: 86e78acd652cbd8944abe0b8e562d1ac6006d562b100f3ecdc38f06f0bd80a74
Contents?: true
Size: 415 Bytes
Versions: 1
Compression:
Stored size: 415 Bytes
Contents
# This Makefile will get replaced by qmake. if Gem.win_platform? qmake = %{qmake -spec win32-g++} elsif RUBY_PLATFORM =~ /darwin/i || RbConfig::CONFIG['target_os'] == 'darwin' qmake = %{qmake -spec macx-g++} else qmake = %{qmake} end File.open("Makefile", "w") do |mf| mf.puts <<-ENDM all: cd embed; #{qmake} cd standalone; #{qmake} make -C embed make -C standalone install: # do nothing ENDM end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sunscraper-1.1.0.beta2 | ext/extconf.rb |