Skip to content

Handle macOS target triplet#538

Merged
pkoning2 merged 2 commits intoopen-simh:masterfrom
LegalizeAdulthood:legalize-macos-triplet
May 2, 2026
Merged

Handle macOS target triplet#538
pkoning2 merged 2 commits intoopen-simh:masterfrom
LegalizeAdulthood:legalize-macos-triplet

Conversation

@LegalizeAdulthood
Copy link
Copy Markdown
Contributor

...and when the triplet couldn't be determined, include some diagnostic info to help you figure out why it failed.

Comment thread cmake/vcpkg-setup.cmake

set (SIMH_VCPKG_PLATFORM "linux")
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
set(SIMH_VCPKG_PLATFORM "osx")
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this now be macos or some such?

@pmetzger
Copy link
Copy Markdown

Honest question (not being negative): what does adding this improve in the current build process?

@pkoning2 pkoning2 merged commit f934885 into open-simh:master May 2, 2026
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.

3 participants