We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38d14e commit 40b76e8Copy full SHA for 40b76e8
builders/macos-python-builder.psm1
@@ -151,7 +151,7 @@ class macOSPythonBuilder : NixPythonBuilder {
151
$variablesToReplace = @{
152
"{{__VERSION_FULL__}}" = $this.Version;
153
"{{__PKG_NAME__}}" = $this.GetPkgName();
154
- "{__ARCHITECTURE__}" = $this.Architecture;
+ "{{__ARCHITECTURE__}}" = $this.Architecture;
155
}
156
157
$variablesToReplace.keys | ForEach-Object { $installationTemplateContent = $installationTemplateContent.Replace($_, $variablesToReplace[$_]) }
0 commit comments