remove needless ifeq

This commit is contained in:
Colton G. Rushton 2020-05-16 12:30:25 -03:00 committed by GitHub
parent 0f688c80d0
commit b4cb8a7f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -434,11 +434,7 @@ else
CPP := $(CROSS)cpp -P
endif
OBJDUMP := $(CROSS)objdump
ifeq ($(WINDOWS_BUILD),1) # fixes compilation in MXE on Linux and WSL
OBJCOPY := $(CROSS)objcopy
else
OBJCOPY := $(CROSS)objcopy
endif
OBJCOPY := $(CROSS)objcopy
PYTHON := python3
SDLCONFIG := $(CROSS)sdl2-config