Skip to content

Commit

Permalink
core: update nodejs-mobile v0.3.3
Browse files Browse the repository at this point in the history
Update the libnode binaries to v0.3.3 release.
Update the libnode headers.
Update ios libnode binaries to xcframework format.
  • Loading branch information
jaimecbernardo committed Aug 15, 2021
1 parent a917c6d commit 94022b3
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 35 deletions.
Binary file modified libs/android/libnode/bin/arm64-v8a/libnode.so.gz
Binary file not shown.
Binary file modified libs/android/libnode/bin/armeabi-v7a/libnode.so.gz
Binary file not shown.
Binary file modified libs/android/libnode/bin/x86/libnode.so.gz
Binary file not shown.
Binary file modified libs/android/libnode/bin/x86_64/libnode.so.gz
Binary file not shown.
18 changes: 1 addition & 17 deletions libs/android/libnode/include/node/uv/android-ifaddrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,7 @@
#ifndef _IFADDRS_H_
#define _IFADDRS_H_

struct ifaddrs {
struct ifaddrs *ifa_next;
char *ifa_name;
unsigned int ifa_flags;
struct sockaddr *ifa_addr;
struct sockaddr *ifa_netmask;
struct sockaddr *ifa_dstaddr;
void *ifa_data;
};

/*
* This may have been defined in <net/if.h>. Note that if <net/if.h> is
* to be included it must be included before this header file.
*/
#ifndef ifa_broadaddr
#define ifa_broadaddr ifa_dstaddr /* broadcast address interface */
#endif
#include <ifaddrs.h>

#include <sys/cdefs.h>

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion libs/ios/nodemobile/include/node/config.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'host_arch': 'x64',
'icu_small': 'false',
'is_debug': 0,
'llvm_version': '11.0',
'llvm_version': '12.0',
'napi_build_version': '7',
'node_byteorder': 'little',
'node_debug_lib': 'false',
Expand Down
18 changes: 1 addition & 17 deletions libs/ios/nodemobile/include/node/uv/android-ifaddrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,7 @@
#ifndef _IFADDRS_H_
#define _IFADDRS_H_

struct ifaddrs {
struct ifaddrs *ifa_next;
char *ifa_name;
unsigned int ifa_flags;
struct sockaddr *ifa_addr;
struct sockaddr *ifa_netmask;
struct sockaddr *ifa_dstaddr;
void *ifa_data;
};

/*
* This may have been defined in <net/if.h>. Note that if <net/if.h> is
* to be included it must be included before this header file.
*/
#ifndef ifa_broadaddr
#define ifa_broadaddr ifa_dstaddr /* broadcast address interface */
#endif
#include <ifaddrs.h>

#include <sys/cdefs.h>

Expand Down

0 comments on commit 94022b3

Please sign in to comment.