mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +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
|
||||
|
||||
# i dont know why, but the os x executable absolutely hates
|
||||
# being touched by objcopy. so let's not do it
|
||||
# mac os x lsdlsrb2 does not like objcopy
|
||||
ifndef MACOSX
|
||||
ifndef PSP
|
||||
$(OBJCOPY) $(BIN)/$(EXENAME) $(BIN)/$(DBGNAME)
|
||||
|
|
|
@ -405,13 +405,11 @@ endif
|
|||
|
||||
# because Apple screws with us on this
|
||||
# need to get bintools from homebrew
|
||||
# need to get gzip from homebrew (it's in dupes)
|
||||
ifdef MACOSX
|
||||
CC=clang
|
||||
CXX=clang
|
||||
OBJCOPY=gobjcopy
|
||||
OBJDUMP=gobjdump
|
||||
GZIP=/usr/local/bin/gzip
|
||||
endif
|
||||
|
||||
OBJDUMP_OPTS?=--wide --source --line-numbers
|
||||
|
|
Loading…
Reference in a new issue