Skip to content

Commit

Permalink
(PA-4592) added macos-13-x86_64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkarsale committed Jun 21, 2023
1 parent 6ea1d96 commit bb037dc
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 bb037dc

Please sign in to comment.