Skip to content

Commit

Permalink
for #443 - use the destinations SDK for gem building but maintain the
Browse files Browse the repository at this point in the history
  the macosx-minver of 10.10. Not perfect but better.
  • Loading branch information
Cecil committed May 28, 2019
1 parent d612c22 commit e10b472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/shoes/setup.rb
Expand Up @@ -20,6 +20,7 @@ def make(dest_path, results)
mf = File.read('Makefile')
mf = mf.gsub(/^V\ =\ 0/, "V = 1")
mf = mf.gsub(/^ARCH_FLAG =/, "ARCH_FLAG = #{RbConfig::CONFIG['ARCH_FLAG']}")
mf = mf.gsub(/MacOSX10\.\d+\.sdk/, 'MacOSX.sdk')
#mf = mf.gsub(/^INSTALL\s*=\s*.*$/, "INSTALL = $(RUBY) -run -e install -- -vp")
#mf = mf.gsub(/^INSTALL_PROG\s*=\s*.*$/, "INSTALL_PROG = $(INSTALL) -m 0755")
#mf = mf.gsub(/^INSTALL_DATA\s*=\s*.*$/, "INSTALL_DATA = $(INSTALL) -m 0644")
Expand Down

0 comments on commit e10b472

Please sign in to comment.