Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Macvim v7.4.909 #1191

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adding back in the branch for custom-icons, didn't mean to leave this…
… commented out.
  • Loading branch information
rdustinb committed Sep 25, 2024
commit 19bacac788bda9dea4cd2a86fc4a8b24fd8b3236
16 changes: 8 additions & 8 deletions Library/Formula/macvim.rb
Original file line number Diff line number Diff line change
@@ -104,14 +104,14 @@ def install

system "./configure", *args

#if build.with? "custom-icons"
# # Get the custom font used by the icons
# system "make", "-C", "src/MacVim/icons", "getenvy"
#else
# # Building custom icons fails for many users, so off by default.
# inreplace "src/MacVim/icons/Makefile", "$(MAKE) -C makeicns", ""
# inreplace "src/MacVim/icons/make_icons.py", "dont_create = False", "dont_create = True"
#end
if build.with? "custom-icons"
# Get the custom font used by the icons
system "make", "-C", "src/MacVim/icons", "getenvy"
else
# Building custom icons fails for many users, so off by default.
inreplace "src/MacVim/icons/Makefile", "$(MAKE) -C makeicns", ""
inreplace "src/MacVim/icons/make_icons.py", "dont_create = False", "dont_create = True"
end

system "make"