summaryrefslogtreecommitdiff
path: root/ext/win32ole
diff options
context:
space:
mode:
Diffstat (limited to 'ext/win32ole')
-rw-r--r--ext/win32ole/extconf.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/win32ole/extconf.rb b/ext/win32ole/extconf.rb
index c0dfd4c724..25fdf13f1a 100644
--- a/ext/win32ole/extconf.rb
+++ b/ext/win32ole/extconf.rb
@@ -10,7 +10,8 @@ def create_win32ole_makefile
have_library("oleaut32") and
have_library("uuid") and
have_library("user32") and
- have_library("advapi32")
+ have_library("advapi32") and
+ have_header("windows")
create_makefile("win32ole")
end
end