Skip to content

Commit

Permalink
Merge pull request #31 from 23doors/fix-uchardet
Browse files Browse the repository at this point in the history
fix: uchardet build
  • Loading branch information
alexmercerind authored Oct 13, 2024
2 parents ca4e7f9 + 64ad4fd commit 8d4bbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/uchardet/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ options = cmake.subproject_options()
options.add_cmake_defines({
'CMAKE_OSX_ARCHITECTURES': arch,
'CMAKE_OSX_SYSROOT': meson.get_cross_property('cmake_osx_sysroot'),
'CMAKE_BUILD_TYPE': 'Release',
'BUILD_STATIC': false,
})

Expand Down

0 comments on commit 8d4bbea

Please sign in to comment.