Skip to content
  • Maël Valais's avatar
    Add Makefile-brew.conf for Homebrew building · ad4f1a5a
    Maël Valais authored
    Basically I needed to be able to set a specific PREFIX for the
    installation of the formula; this prefix would be different from
    the BASEPATH because Homebrew installs each formula in its own
    private PREFIX.
    
    Note that I could not use
    
        VAR ?= <value>
    
    because these variables were also previously defined in Makefile.conf.
    ad4f1a5a