Skip to content

Commit 46f7600

Browse files
authored
Fix path for TOOLCHAINS environment variable in package_installer page (#924)
1 parent 6e19919 commit 46f7600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/macos/package_installer/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Package Manager may be limited due to some [outstanding issues](https://github.c
5656
the `TOOLCHAINS` environment variable as follows:
5757
5858
~~~ shell
59-
export TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw /Library/Developer/Toolchains/<toolchain name>.xctoolchain/Info.plist)
59+
export TOOLCHAINS=$(plutil -extract CFBundleIdentifier raw ~/Library/Developer/Toolchains/<toolchain name>.xctoolchain/Info.plist)
6060
~~~
6161
6262

0 commit comments

Comments
 (0)