mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-29 19:44:49 +02:00
Fix default ARCH_OPENSSL in Linux Makefile
It was broken when introducing s390x support.
This commit is contained in:
parent
a6d1c22c81
commit
304132979d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
ARCH ?= $(shell uname -m)
|
||||
ARCH_OPENSSL ?= $(ARCH)
|
||||
ARCH_OPENSSL ?= linux-$(ARCH)
|
||||
ARCH_CFLAGS ?=
|
||||
ARCH_CONFIGURE ?= $(shell gcc -dumpmachine)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue