mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 08:13:08 +00:00
Revert previous patch
After the previous patch, it's impossible to build anything else than x86 32-bit binary! So revert. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
87502c0fcb
commit
82bd61a8fa
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ endif
|
|||
### ==========================================================================
|
||||
|
||||
default:
|
||||
$(MAKE) ARCH=x86-32 COMP=gcc build
|
||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) build
|
||||
|
||||
help:
|
||||
@echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue