Building x64 apps with Visual Studio #1354
-
|
I've been able to build libdatachannel, but I don't see an option for specifying /machine:x64. Is this possible. |
Beta Was this translation helpful? Give feedback.
Answered by
paullouisageneau
Mar 18, 2025
Replies: 1 comment 1 reply
-
|
You can pass |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
colombo9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass
-A x64tocmaketo target x64. See here.