Преглед изворни кода

openssl: remove invalid quotes around x86_64

Thanks for Thomas for noticing.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard пре 16 година
родитељ
комит
8162f3977a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package/openssl/openssl.mk

+ 1 - 1
package/openssl/openssl.mk

@@ -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