Skip to content

Commit 640e890

Browse files
authored
Fix --mtoa-location build.py flag. (#263)
1 parent 1b2ef0d commit 640e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def BuildAndInstall(context, buildArgs, stages):
512512
.format(mayaUsdLocation=context.mayaUsdLocation))
513513

514514
if context.mtoaLocation:
515-
extraArgs.append('-DMTOAUSD_LOCATION="{mtoaLocation}"'
515+
extraArgs.append('-DMTOA_LOCATION="{mtoaLocation}"'
516516
.format(mtoaLocation=context.mtoaLocation))
517517

518518
if context.lookdevxLocation:

0 commit comments

Comments
 (0)