mirror of https://github.com/getdnsapi/getdns.git
A missing symbol fails on macos
This commit is contained in:
parent
c3df13b27c
commit
e75cf0b7a3
|
@ -166,6 +166,5 @@ getdns_wire2msg_dict_scan
|
|||
getdns_wire2rr_dict
|
||||
getdns_wire2rr_dict_buf
|
||||
getdns_wire2rr_dict_scan
|
||||
getdns_yaml2dict
|
||||
plain_mem_funcs_user_arg
|
||||
priv_getdns_context_mf
|
||||
|
|
|
@ -8,7 +8,7 @@ write_symbols() {
|
|||
}
|
||||
|
||||
write_symbols libgetdns.symbols getdns/getdns.h.in getdns/getdns_extra.h.in
|
||||
echo getdns_yaml2dict >> libgetdns.symbols
|
||||
#echo getdns_yaml2dict >> libgetdns.symbols
|
||||
echo plain_mem_funcs_user_arg >> libgetdns.symbols
|
||||
echo priv_getdns_context_mf >> libgetdns.symbols
|
||||
write_symbols extension/libevent.symbols getdns/getdns_ext_libevent.h
|
||||
|
|
Loading…
Reference in New Issue