Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d63fe9

Browse files
committed
working on macOS build
1 parent78a432f commit7d63fe9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

‎builder/__init__.py‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,13 @@ def spawn(cmd_, out_to_screen=True, spinner=False, env=None, cmpl=False):
350350

351351
cmd_=' && '.join(' '.join(c)forcincmd_)
352352

353+
ifsys.platform.startswith('darwin'):
354+
ifcmd_.startswith('make '):
355+
cmd_='g'+cmd_
356+
357+
if' make 'incmd_:
358+
cmd_=cmd_.replace(' make ',' gmake ')
359+
353360
if'GITHUB_RUN_ID'inos.environ:
354361
print(cmd_)
355362
spinner=False

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp