summaryrefslogtreecommitdiffstats
path: root/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'install.rb')
-rwxr-xr-x[-rw-r--r--]install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.rb b/install.rb
index e2dd9a4c4..b89f68fe1 100644..100755
--- a/install.rb
+++ b/install.rb
@@ -255,7 +255,7 @@ def install_binfile(from, op_file, target)
end
end
- if Config::CONFIG["target_os"] =~ /win/io
+ if Config::CONFIG["target_os"] =~ /win/io and Config::CONFIG["target_os"] !~ /darwin/io
installed_wrapper = false
if File.exists?("#{from}.bat")