Skip to content

Commit 1841783

Browse files
sunyabpixar-oss
authored andcommitted
build_usd.py: Fix typo in change 2362090
(Internal change: 2362185)
1 parent a8aecf6 commit 1841783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_scripts/build_usd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ def InstallPNG(context, force, buildArgs):
12241224
# 8fc13a8. We explicitly disable this to maintain legacy behavior
12251225
# from v1.6.38, which is what this script used previously.
12261226
# OpenImageIO v2.5.16.0 runs into linker issues otherwise.
1227-
macArgs = ["-DPNG_FRAMEWORK=OFF"]]
1227+
macArgs = ["-DPNG_FRAMEWORK=OFF"]
12281228

12291229
if MacOS() and apple_utils.IsTargetArm(context):
12301230
# Ensure libpng's build doesn't erroneously activate inappropriate

0 commit comments

Comments
 (0)