mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
openssl: remove invalid quotes around x86_64
Thanks for Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -18,7 +18,7 @@ endif
|
||||
ifeq ($(ARCH),powerpc)
|
||||
OPENSSL_TARGET_ARCH=ppc
|
||||
endif
|
||||
ifeq ($(ARCH),"x86_64")
|
||||
ifeq ($(ARCH),x86_64)
|
||||
OPENSSL_TARGET_ARCH=x86_64
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user