Skip to content

Commit

Permalink
Only delete the cmake flags under mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhu committed Jul 16, 2023
1 parent 88303ef commit 7671e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/re2/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def process_recipe(name, version)
'-DCMAKE_INSTALL_LIBDIR=lib'
]
recipe.configure_options += cmake_compile_flags(recipe.host)
delete_cmake_generator_option!(recipe.configure_options)
delete_cmake_generator_option!(recipe.configure_options) if MiniPortile.mingw?

yield recipe

Expand Down

0 comments on commit 7671e6b

Please sign in to comment.