fix for mswin64
This commit is contained in:
parent
5fe0332f66
commit
52c3bb0191
|
@ -24,7 +24,7 @@ when /darwin/
|
|||
when /bsd/
|
||||
os = 'darwin'
|
||||
have_library("kvm")
|
||||
when /mswin32|mingw|cygwin|bccwin32/
|
||||
when /mswin|mingw|cygwin|bccwin/
|
||||
os = 'win32'
|
||||
require 'ftools'
|
||||
$CPPFLAGS += ' -DWIN32'
|
||||
|
|
Loading…
Reference in New Issue