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

Commitb494acf

Browse files
committed
working on macos port
1 parent07597c6 commitb494acf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎builder/macOS.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def is_homebrew_arm(cmd):
9090
returnFalse,cmd[0][0]
9191

9292

93-
9493
defsubmodules():
9594
is_arm,brew_path=is_homebrew_arm([['brew','config']])
9695

@@ -101,6 +100,7 @@ def submodules():
101100
sys.exit(ret)
102101

103102
if'Installed\n'notinout:
103+
print(out)
104104
raiseRuntimeError('libffi is not installed')
105105

106106
out=out.split('Installed\n',1)[-1]
@@ -125,6 +125,7 @@ def submodules():
125125
sys.exit(ret)
126126

127127
if'Installed\n'notinout:
128+
print(out)
128129
raiseRuntimeError('sdl2 is not installed')
129130

130131
ldflags+=f' -L{alt_path}lib'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp