attempt at a fix for weird include paths
This commit is contained in:
parent
f0e176f351
commit
ec6fcd33ce
|
@ -21,8 +21,8 @@
|
|||
*/
|
||||
|
||||
#include "ruby.h"
|
||||
#include "ruby/st.h"
|
||||
#include "ruby/regex.h"
|
||||
#include "st.h"
|
||||
#include "regex.h"
|
||||
#include <assert.h>
|
||||
|
||||
#define INITIAL_BUFFER_SIZE 256
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
require 'mkmf'
|
||||
|
||||
find_header("st.h")
|
||||
find_header("regex.h")
|
||||
dir_config('cbson')
|
||||
create_makefile('mongo_ext/cbson')
|
||||
|
|
Loading…
Reference in New Issue