Skip to content

Commit

Permalink
Merge pull request #848 from mhashizume/maint/main/al2-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed May 9, 2024
2 parents cb55e96 + 605bdc9 commit 417d3f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configs/components/yaml-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

# Build-time Configuration
cmake_toolchain_file = ''
cmake = '/usr/bin/cmake'
make = 'make'
mkdir = 'mkdir'
cmake = if platform.name =~ /amazon-7-aarch64/
'/usr/bin/cmake3'
else
'cmake'
end

if platform.is_cross_compiled_linux?
# We're using the x86_64 version of cmake
Expand Down

0 comments on commit 417d3f6

Please sign in to comment.