2008-10-27 15:16:10 -04:00
|
|
|
$OpenBSD: patch-Rakefile,v 1.2 2008/10/27 19:16:10 pirofti Exp $
|
|
|
|
--- Rakefile.orig Thu Oct 16 16:58:37 2008
|
|
|
|
+++ Rakefile Thu Oct 16 16:58:59 2008
|
|
|
|
@@ -171,7 +171,7 @@ task :default => [:package]
|
2008-02-07 14:48:55 -05:00
|
|
|
win_spec = base_spec.clone
|
|
|
|
win_spec.extensions = []
|
2008-10-27 15:16:10 -04:00
|
|
|
## win_spec.platform = Gem::Platform::WIN32 # deprecated
|
|
|
|
-win_spec.platform = 'mswin32'
|
2008-02-07 14:48:55 -05:00
|
|
|
+win_spec.platform = Gem::Platform::CURRENT
|
|
|
|
win_spec.files += ["lib/#{SO_NAME}"]
|
|
|
|
|
|
|
|
desc "Create Windows Gem"
|