fix for mswin64

This commit is contained in:
Doug MacEachern 2009-02-16 13:50:25 -08:00
parent 5fe0332f66
commit 52c3bb0191
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ when /darwin/
when /bsd/ when /bsd/
os = 'darwin' os = 'darwin'
have_library("kvm") have_library("kvm")
when /mswin32|mingw|cygwin|bccwin32/ when /mswin|mingw|cygwin|bccwin/
os = 'win32' os = 'win32'
require 'ftools' require 'ftools'
$CPPFLAGS += ' -DWIN32' $CPPFLAGS += ' -DWIN32'