Skip to content

fix: make deploy fails on Linux with zstd-sys xcrun not found#2

Merged
Batchhh merged 2 commits intoBatchhh:mainfrom
T5ive:fix/Linux-OS
Mar 23, 2026
Merged

fix: make deploy fails on Linux with zstd-sys xcrun not found#2
Batchhh merged 2 commits intoBatchhh:mainfrom
T5ive:fix/Linux-OS

Conversation

@T5ive
Copy link
Contributor

@T5ive T5ive commented Mar 21, 2026

No description provided.

@Batchhh Batchhh self-assigned this Mar 23, 2026
@Batchhh
Copy link
Owner

Batchhh commented Mar 23, 2026

The main issue is that LINUX_OS=1 is hardcoded, so the ifeq block always runs even on macOS, where it would override the system SDK and potentially break builds.

I'd be happy to merge this if the block is commented out, so it serves as a reference for Linux users:

# Uncomment the following for Linux builds (xcrun is not available on Linux)
# export SDKROOT := $(THEOS)/sdks/iPhoneOS15.5.sdk/
# TARGET ?= iphone:clang:latest:15.5

Could you update the PR with that change?

@Batchhh Batchhh added the good first issue Good for newcomers label Mar 23, 2026
@T5ive
Copy link
Contributor Author

T5ive commented Mar 23, 2026

Updated. I've commented out the Linux-specific block so it won’t override SDK on macOS 😄

@Batchhh Batchhh merged commit 336a07e into Batchhh:main Mar 23, 2026
@Batchhh
Copy link
Owner

Batchhh commented Mar 23, 2026

Merged <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants