-
Problem: I want to cross compile the msquic library, but I get the following error. (I tried with build.ps1, I get the same error)
Input: |
Beta Was this translation helpful? Give feedback.
Answered by
moondayyy
Jul 21, 2023
Replies: 1 comment 2 replies
-
Fixed |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved it by setting the CXX and CC variables of the library to be compiled to environment while cross compile.
Ex:
Aarch64 gcc for aarch64 or x86_64 gcc for x86_64 must be set.