Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-000 committed Feb 17, 2024
1 parent 83e7a01 commit a62e094
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ def ResolveMMSRoot():
if builder.options.mms_path:
prenormalized_path = builder.options.mms_path
else:
prenormalized_path = ResolveEnvPath('MMSOURCE112', 'mmsource-1.12')
prenormalized_path = ResolveEnvPath('MMSOURCE20', 'mmsource-2.0')
if not prenormalized_path:
prenormalized_path = ResolveEnvPath('MMSOURCE112', 'mmsource-1.12')
if not prenormalized_path:
prenormalized_path = ResolveEnvPath('MMSOURCE111', 'mmsource-1.11')
if not prenormalized_path:
Expand Down

0 comments on commit a62e094

Please sign in to comment.