提交 b311b74d 编写于 作者: V Viktor Dukhovni

Fix erroneous SO suffix in darwin64-debug-test-64-clang target

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 3903e1c3
......@@ -118,6 +118,6 @@
shared_target => "darwin-shared",
shared_cflag => "-fPIC -fno-common",
shared_ldflag => "-arch x86_64 -dynamiclib",
shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
},
);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册