Skip to content

Commit

Permalink
Update extconf.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Sep 8, 2020
1 parent 43181c8 commit 846e9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/puma_http11/extconf.rb
@@ -1,7 +1,7 @@
require 'mkmf'

dir_config("puma_http11")
if RUBY_PLATFORM[/mingw32/]
if $mingw && RUBY_VERSION >= '2.4'
append_cflags '-D_FORTIFY_SOURCE=2'
append_ldflags '-fstack-protector'
have_library 'ssp'
Expand Down

0 comments on commit 846e9c9

Please sign in to comment.