Skip to content

Commit

Permalink
Need to call create_makefile("pdf417/pdf417") on Ruby 2.7.7 / Bundler…
Browse files Browse the repository at this point in the history
… 2.4.2
  • Loading branch information
ndbroadbent committed Jan 5, 2023
1 parent 15a360e commit e6155c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/pdf417/extconf.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'mkmf'
extension_name = 'pdf417'
dir_config(extension_name)
create_makefile(extension_name)
EXTENSION_NAME = 'pdf417'
dir_config(EXTENSION_NAME)
create_makefile("#{EXTENSION_NAME}/#{EXTENSION_NAME}")

0 comments on commit e6155c6

Please sign in to comment.