Skip to content

use existing json if available#83

Open
h-2 wants to merge 2 commits intostatsig-io:mainfrom
h-2:auto_detect_json
Open

use existing json if available#83
h-2 wants to merge 2 commits intostatsig-io:mainfrom
h-2:auto_detect_json

Conversation

@h-2
Copy link

@h-2 h-2 commented Feb 19, 2026

fixes #81
fixes #82
fixes #84

detect_is_musl(_is_musl)
if(_is_musl)
set(${os_target_var} "linux-musl" PARENT_SCOPE)
set(${os_target_var} "unknown-linux-musl" PARENT_SCOPE)
Copy link
Author

Choose a reason for hiding this comment

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

Not sure why your assets contain the additional "unknown-" prefix, but this at least makes CMake find it.

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.

shadowing declarations Wrong URL for ASSET is generated Build without JSON

1 participant