Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgrosser committed Mar 7, 2019
1 parent 442a325 commit 9021db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/rszr/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
abort 'imlib2 development headers are missing'
end

unless find_library('imlib2', 'imlib_set_cache_size')
abort 'imlib2 is missing'
unless find_library('Imlib2', 'imlib_set_cache_size')
abort 'Imlib2 is missing'
end

create_makefile 'rszr'

0 comments on commit 9021db1

Please sign in to comment.