Skip to content

Stage the x64 Zoom SDK tree explicitly on Windows - #176

Merged
iamfatness merged 1 commit into
mac-portfrom
mac-port-mac
Aug 2, 2026
Merged

Stage the x64 Zoom SDK tree explicitly on Windows#176
iamfatness merged 1 commit into
mac-portfrom
mac-port-mac

Conversation

@iamfatness

Copy link
Copy Markdown
Owner

Follow-up to #175: the engine link failed with every Zoom SDK symbol unresolved because the SDK-root search matched an x86 tree (an x86 sdk.lib links like it's absent). Require h/zoom_sdk.h + lib/sdk.lib, prefer paths containing x64, and print candidates + choice in the log.

🤖 Generated with Claude Code

The archive carries x86 and x64 trees that both contain h/zoom_sdk.h, and
linking against an x86 sdk.lib behaves exactly like having no library at all
(every SDK symbol unresolved). Require header + import lib, prefer the x64
tree, and log the candidates and the choice so the next archive-layout change
diagnoses itself from the run log.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@iamfatness
iamfatness merged commit 66775ff into mac-port Aug 2, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant