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
I ran into an issue while compiling SDL. The Windows assembler couldn't find a necessary .inc file that was in the Windows SDK include path. At closer inspection, the path wasn't being included for ASM_MASM. Adding it to the loop seems to fix the issue.
Figured I'd open an issue before making a PR in case other languages should be added as well.
The text was updated successfully, but these errors were encountered:
Sounds good. There's a few "ASM" variants listed on the documentation for enable_language: "ASM", "ASM_MASM", "ASM_NASM" and "ASM_MARMASM", I think all would be needed...?!
I ran into an issue while compiling SDL. The Windows assembler couldn't find a necessary .inc file that was in the Windows SDK include path. At closer inspection, the path wasn't being included for ASM_MASM. Adding it to the loop seems to fix the issue.
Figured I'd open an issue before making a PR in case other languages should be added as well.
The text was updated successfully, but these errors were encountered: