mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-08 02:47:43 +00: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:
parent
2a966bcd3b
commit
8162f3977a
@ -18,7 +18,7 @@ endif
|
|||||||
ifeq ($(ARCH),powerpc)
|
ifeq ($(ARCH),powerpc)
|
||||||
OPENSSL_TARGET_ARCH=ppc
|
OPENSSL_TARGET_ARCH=ppc
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),"x86_64")
|
ifeq ($(ARCH),x86_64)
|
||||||
OPENSSL_TARGET_ARCH=x86_64
|
OPENSSL_TARGET_ARCH=x86_64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user