Skip to content

Commit

Permalink
chore: fix unary function in example
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Oct 25, 2024
1 parent d0ce634 commit 9954c14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,11 @@ target 'LibsodiumExample' do
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
end
end
end
end

0 comments on commit 9954c14

Please sign in to comment.