Skip to content

Commit

Permalink
fix the sdk root for DTK arm64 macs
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jun 30, 2020
1 parent e247a10 commit 366e3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/pkgconfig/10.16/libffi.pc
@@ -1,4 +1,4 @@
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX10.16.sdk
homebrew_sdkroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
prefix=${homebrew_sdkroot}/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
Expand Down
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/pkgconfig/11.0/libffi.pc
@@ -1,4 +1,4 @@
homebrew_sdkroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.0.sdk
homebrew_sdkroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
prefix=${homebrew_sdkroot}/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
Expand Down

0 comments on commit 366e3ce

Please sign in to comment.