Skip to content

Basic Mac OS Scons support#50

Merged
slipher merged 4 commits into
masterfrom
slipher/mac
Jul 26, 2026
Merged

Basic Mac OS Scons support#50
slipher merged 4 commits into
masterfrom
slipher/mac

Conversation

@slipher

@slipher slipher commented Jul 24, 2026

Copy link
Copy Markdown
Member

No description provided.

This makes the deps we need get downloaded by the gclient hook. It's
also used by SCons.
@slipher
slipher force-pushed the slipher/mac branch 2 times, most recently from fd7993c to e9552b2 Compare July 25, 2026 23:22
slipher added 3 commits July 25, 2026 18:24
- Migrate to Python 3
- Allow SDK versions greater than 10.x
- Don't require XCode IDE to be installed
- Actually use the find_sdk.py from this repository instead of looking for it
  in another repository named "build"
Comment thread SConstruct

subarch_flag = '-m%s' % mac_env['BUILD_SUBARCH']
arch_map = {
'32': ['-m32'],

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

-m32 is probably useless to begin with…

@illwieckz illwieckz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM.

@slipher
slipher merged commit 0a82f64 into master Jul 26, 2026
@slipher
slipher deleted the slipher/mac branch July 26, 2026 00:21
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.

2 participants