projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9484f22
)
"support building your .so in other (not source) directory" from
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Sun, 22 Jun 2008 22:04:15 +0000
(
00:04
+0200)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Sun, 22 Jun 2008 22:04:15 +0000
(
00:04
+0200)
kouhei sutou
ext/extconf.rb
patch
|
blob
|
history
diff --git
a/ext/extconf.rb
b/ext/extconf.rb
index
785e552
..
a591f1b
100644
(file)
--- a/
ext/extconf.rb
+++ b/
ext/extconf.rb
@@
-16,4
+16,4
@@
PKGConfig.have_package('exiv2') or exit 1
#- does it do something good, actually?
setup_win32(PACKAGE_NAME)
-create_makefile_at_srcdir(PACKAGE_NAME,
'.'
)
+create_makefile_at_srcdir(PACKAGE_NAME,
File.dirname(__FILE__)
)