mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-05 20:46:28 -05:00
Merge pull request #477 from PikalaxALT/chore/support-mac-homebrew
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
Calcrom: support mac homebrew
This commit is contained in:
commit
5a8d3a0e95
4
.github/calcrom/Makefile
vendored
4
.github/calcrom/Makefile
vendored
|
|
@ -10,6 +10,10 @@ ifeq ($(OS),Windows_NT)
|
|||
EXE := .exe
|
||||
else
|
||||
EXE :=
|
||||
UNAME_S = $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
CXXFLAGS += "-I$(shell brew --prefix)/include"
|
||||
endif
|
||||
endif
|
||||
|
||||
CXXSRCS := calcrom.cpp BuildAnalyzer.cpp ElfFile.cpp Glob.cpp MwerksXmapFile.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user