diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2023-11-28 19:13:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 10:13:55 -0800 |
commit | b719c905f1acea68f2be6209b95506619674f92c (patch) | |
tree | e1c212fe223ce424b8973d0d6349839fb822a8ff /etc | |
parent | 430b2dff5c9745c5005b6b18921f8fa91259263b (diff) | |
download | spack-b719c905f1acea68f2be6209b95506619674f92c.tar.gz spack-b719c905f1acea68f2be6209b95506619674f92c.tar.bz2 spack-b719c905f1acea68f2be6209b95506619674f92c.tar.xz spack-b719c905f1acea68f2be6209b95506619674f92c.zip |
apple-libuuid: update installation directory (#40416)
* apple-libuuid: update installation directory
Copy design of Apple GL
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/darwin/packages.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/spack/defaults/darwin/packages.yaml b/etc/spack/defaults/darwin/packages.yaml index 63f85bbbd9..9fd54f2e6e 100644 --- a/etc/spack/defaults/darwin/packages.yaml +++ b/etc/spack/defaults/darwin/packages.yaml @@ -50,4 +50,4 @@ packages: # Apple bundles libuuid in libsystem_c version 1353.100.2, # although the version number used here isn't critical - spec: apple-libuuid@1353.100.2 - prefix: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk + prefix: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk |