mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-06 08:22:01 +00:00
remove bogus homebrew gzip; objdump allowed to fail in that way
This commit is contained in:
parent
bb90c8366a
commit
8fbc0d7f69
2 changed files with 1 additions and 4 deletions
|
@ -593,8 +593,7 @@ ifndef WINDOWSHELL
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# i dont know why, but the os x executable absolutely hates
|
# mac os x lsdlsrb2 does not like objcopy
|
||||||
# being touched by objcopy. so let's not do it
|
|
||||||
ifndef MACOSX
|
ifndef MACOSX
|
||||||
ifndef PSP
|
ifndef PSP
|
||||||
$(OBJCOPY) $(BIN)/$(EXENAME) $(BIN)/$(DBGNAME)
|
$(OBJCOPY) $(BIN)/$(EXENAME) $(BIN)/$(DBGNAME)
|
||||||
|
|
|
@ -405,13 +405,11 @@ endif
|
||||||
|
|
||||||
# because Apple screws with us on this
|
# because Apple screws with us on this
|
||||||
# need to get bintools from homebrew
|
# need to get bintools from homebrew
|
||||||
# need to get gzip from homebrew (it's in dupes)
|
|
||||||
ifdef MACOSX
|
ifdef MACOSX
|
||||||
CC=clang
|
CC=clang
|
||||||
CXX=clang
|
CXX=clang
|
||||||
OBJCOPY=gobjcopy
|
OBJCOPY=gobjcopy
|
||||||
OBJDUMP=gobjdump
|
OBJDUMP=gobjdump
|
||||||
GZIP=/usr/local/bin/gzip
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJDUMP_OPTS?=--wide --source --line-numbers
|
OBJDUMP_OPTS?=--wide --source --line-numbers
|
||||||
|
|
Loading…
Reference in a new issue