diff --git a/bindings/ruby/sfml-window/extconf.rb b/bindings/ruby/sfml-window/extconf.rb index eed305e5..84dfbf84 100644 --- a/bindings/ruby/sfml-window/extconf.rb +++ b/bindings/ruby/sfml-window/extconf.rb @@ -23,4 +23,5 @@ require 'mkmf' dir_config("window") have_library("sfml-window") +find_header("main.hpp", "../sfml-system/system") create_makefile("sfml/window", "window")