Skip to content
  • Rafael Kitover's avatar
    fix Mac OS 10.13 build issues · 430b5d63
    Rafael Kitover authored
    Compile out the min/max functions in GBALink.cpp when compiling with
    clang, clang does not like them because of some sort of changes in the
    preprocessor.
    
    Run the mac builder script with homebrew bash, system bash does not work
    and dash no longer works.
    
    TODO: fix dash compat
    430b5d63