summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/pathname/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/ext/pathname/extconf.rb')
-rw-r--r--jni/ruby/ext/pathname/extconf.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/jni/ruby/ext/pathname/extconf.rb b/jni/ruby/ext/pathname/extconf.rb
new file mode 100644
index 0000000..037f100
--- /dev/null
+++ b/jni/ruby/ext/pathname/extconf.rb
@@ -0,0 +1,3 @@
+require 'mkmf'
+have_struct_member("struct stat", "st_birthtimespec", "sys/stat.h")
+create_makefile('pathname')