From ec2a8b5e96eabb83b47e330fff070642df9209a8 Mon Sep 17 00:00:00 2001 From: Pierre Tremblay Date: Wed, 2 Apr 2025 11:13:49 -0400 Subject: [PATCH] Fix --mtoa-location build.py flag. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index deb560364..b74468c3e 100755 --- a/build.py +++ b/build.py @@ -512,7 +512,7 @@ def BuildAndInstall(context, buildArgs, stages): .format(mayaUsdLocation=context.mayaUsdLocation)) if context.mtoaLocation: - extraArgs.append('-DMTOAUSD_LOCATION="{mtoaLocation}"' + extraArgs.append('-DMTOA_LOCATION="{mtoaLocation}"' .format(mtoaLocation=context.mtoaLocation)) if context.lookdevxLocation: