-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libcmtd.lib and libvcruntimed.lib are missing for aarch64 #150
Comments
For completeness here's the file listing:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thank you very much for offering this tool! I'm using it to cross build my C++ application for Windows on Linux.
I'm running this command:
xwin --accept-license --arch x86_64,aarch64 --cache-dir $xwincachedir --variant desktop --channel release --sdk-version 10.0.22621 splat --include-debug-libs --include-debug-symbols --output $TARGETDIR
This does create
crt/lib/x86_64/libcmtd.lib
, butcrt/lib/aarch64/libcmtd.lib
is missing. The non-debug version (libcmt.lib) is present.The same problem exists for libvcruntimed.lib.
I've just copied the files from a Visual Studio installation and my problem is solved, but I thought I'd report it here.
The text was updated successfully, but these errors were encountered: