Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

[Homebrew] Support a build only command in the makefile #118

Merged
merged 1 commit into from
Aug 25, 2017

Conversation

orta
Copy link
Collaborator

@orta orta commented Aug 24, 2017

To get homebrew support working I'd like to do something to SwiftFormat:

def install
    system "make", "build"
    bin.install "build/Release/marathon"
end

which will allow homebrew to decide where to place the app - I figure the INSTALL_PATH should be doing this, but the step fails for me (only when running through homebrew)

screen shot 2017-08-24 at 15 20 10

Copy link
Owner

@JohnSundell JohnSundell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome 👍

@JohnSundell JohnSundell merged commit ab685f9 into JohnSundell:master Aug 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants