Skip to content

fix(build): use portable date and uname -m in build.sh#41

Open
leno23 wants to merge 1 commit into
dolph:mainfrom
leno23:fix/build-sh-portable-issue-32
Open

fix(build): use portable date and uname -m in build.sh#41
leno23 wants to merge 1 commit into
dolph:mainfrom
leno23:fix/build-sh-portable-issue-32

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 17, 2026

Fixes #32

Made with Cursor

GNU date --utc and arch(1) break on macOS. Use BSD-compatible date -u
fallback and uname -m for BUILD_ARCH on all platforms.

Fixes dolph#32

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

build.sh uses GNU-only date --utc and arch; fails on macOS dev machines

1 participant