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

Commit43adb25

Browse files
committed
fix regression
1 parentfead8df commit43adb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ def main():
154154
cmake_args.append("-DWITH_LAPACK=ON")
155155
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
156156

157-
ifsys.platform.startswith("linux")andnotx64:
157+
ifsys.platform.startswith("linux")andnotx64and"bdist_wheel"insys.argv:
158158
subprocess.check_call("patch -p0 < patches/patchOpenEXR",shell=True)
159159

160-
ifsys.platform=="darwin":
160+
ifsys.platform=="darwin"and"bdist_wheel"insys.argv:
161161
subprocess.check_call("patch -p1 < patches/patchQtPlugins",shell=True)
162162

163163
# works via side effect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp