You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
"Verification failed. System.Security.Cryptography.Native.OpenSsl.so has undefined dependencies. These are likely OpenSSL APIs that need to be added to opensslshim.h"
85
-
VERBATIM
86
-
)
83
+
# on macOS the link step fails with undefined symbols, and the script doesn't run.
84
+
# if the build succeeds, the script would succeed, except it uses a Linux-only command.
85
+
#
86
+
# on Linux, the build will succeed with undefined symbols, then the script reports them
"Verification failed. System.Security.Cryptography.Native.OpenSsl.so has undefined dependencies. These are likely OpenSSL APIs that need to be added to opensslshim.h"
94
+
VERBATIM
95
+
)
96
+
endif()
87
97
88
98
# Link with libdl.so to get the dlopen / dlsym / dlclose
0 commit comments