UE手机端用nodejs为什么不支持OpenSSL #2203
-
|
如题 |
Beta Was this translation helpful? Give feedback.
Answered by
chexiongsheng
Sep 15, 2025
Replies: 1 comment
-
|
和UE本身的OpenSSL版本冲突。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jokance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
和UE本身的OpenSSL版本冲突。
由于各个UE版本用的OpenSSL也不相同,所以并不能发表一个能和所有UE版本都不冲突的nodejs。
如果项目本身已经锁定一个UE版本了,可以通过更改nodejs编译选项打开openssl,但要自行对齐下openssl版本(改nodejs或者改ue)。