Skip to content

Commit

Permalink
Merge pull request #683 from amitkarsale/PA-4592_add_macos13_x86_64
Browse files Browse the repository at this point in the history
(PA-4592) added macos-13-x86_64 platform
  • Loading branch information
joshcooper committed Jul 6, 2023
2 parents a17e694 + bb037dc commit 46c127e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configs/platforms/osx-13-x86_64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
platform 'osx-13-x86_64' do |plat|
plat.inherit_from_default

packages = %w[cmake pkg-config yaml-cpp]
plat.provision_with "su test -c '/usr/local/bin/brew install #{packages.join(' ')}'"

plat.output_dir File.join('apple', '13', 'PC1', 'x86_64')
end

0 comments on commit 46c127e

Please sign in to comment.