From 23fd179d8b5fb2e00185e08a4dc25dd3c380cc91 Mon Sep 17 00:00:00 2001 From: groogy Date: Tue, 16 Nov 2010 09:05:24 +0000 Subject: [PATCH] Include the headers from the system module. git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1653 4e206d99-4929-0410-ac5d-dfc041789085 --- bindings/ruby/sfml-window/extconf.rb | 1 + 1 file changed, 1 insertion(+) 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")