}],
[ 'OS=="mac"', {
'defines': ['_DARWIN_USE_64_BIT_INODE=1'],
- 'cflags': [ '-Wall', '-pedantic'],
'cflags_cc!' : [ '-fno-exceptions' ],
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS':'YES',
'OTHER_LDFLAGS': [
'-Wl,-search_paths_first',
'-L./tcejdb/static',
- '-ltcejdb -lz -lpthread -lm -lc'
+ '-lstcejdb -lz -lpthread -lm -lc'
]
}
}]
]
},
]
-}
\ No newline at end of file
+}
{
"name" : "ejdb",
- "version" : "1.0.3",
+ "version" : "1.0.4",
"main" : "node/ejdb.js",
"description" : "EJDB - Embedded JSON Database engine",
"homepage" : "https://github.com/Softmotions/ejdb",
libtcejdb.a : $(LIBOBJFILES)
$(AR) $(ARFLAGS) $@ $(LIBOBJFILES)
mkdir -p ./static
- cp ./libtcejdb.a ./static
+ cp ./libtcejdb.a ./static/libstcejdb.a
libtcejdb.so.$(LIBVER).$(LIBREV).0 : $(LIBOBJFILES)