Skip to content

Commit 191d9cb

Browse files
committed
fix linux x86-64 build
1 parent f5f916a commit 191d9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/src/openssl/rules.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif
1717

1818
ifdef HAVE_LINUX
1919
ifeq ($(MY_TARGET_ARCH),x86_64)
20-
OPENSSL_CONFIG_VARS="linux-generic64"
20+
OPENSSL_CONFIG_VARS="linux-x86_64"
2121
OPENSSL_ARCH=-m64
2222
endif
2323

0 commit comments

Comments
 (0)