Updated OSX makefile
This commit is contained in:
@@ -37,9 +37,9 @@
|
||||
|
||||
#include "SDK_EthernetTap.hpp"
|
||||
|
||||
#include "node/Utils.hpp"
|
||||
#include "osdep/OSUtils.hpp"
|
||||
#include "osdep/Phy.hpp"
|
||||
#include "Utils.hpp"
|
||||
#include "OSUtils.hpp"
|
||||
#include "Phy.hpp"
|
||||
|
||||
#include "SDK_LWIPStack.hpp"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
#include "SDK_Debug.c"
|
||||
#include "SDK_ServiceSetup.hpp"
|
||||
|
||||
#if !defined(__IOS__) && !defined(__ANDROID__) && !defined(__UNITY_3D__) && !defined(__APPLE__)
|
||||
#if !defined(__IOS__) && !defined(__ANDROID__) && !defined(__UNITY_3D__) //&& !defined(__APPLE__)
|
||||
const ip_addr_t ip_addr_any = { IPADDR_ANY };
|
||||
#endif
|
||||
|
||||
|
||||
@@ -37,12 +37,12 @@
|
||||
#include <stdexcept>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "node/Constants.hpp"
|
||||
#include "node/MulticastGroup.hpp"
|
||||
#include "node/Mutex.hpp"
|
||||
#include "node/InetAddress.hpp"
|
||||
#include "osdep/Thread.hpp"
|
||||
#include "osdep/Phy.hpp"
|
||||
#include "Constants.hpp"
|
||||
#include "MulticastGroup.hpp"
|
||||
#include "Mutex.hpp"
|
||||
#include "InetAddress.hpp"
|
||||
#include "Thread.hpp"
|
||||
#include "Phy.hpp"
|
||||
|
||||
#include "netif/etharp.h"
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
|
||||
#include "SDK_Debug.h"
|
||||
#include "SDK_EthernetTap.hpp"
|
||||
#include "osdep/Phy.hpp"
|
||||
#include "node/Utils.hpp"
|
||||
#include "Phy.hpp"
|
||||
#include "Utils.hpp"
|
||||
|
||||
#include <string.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
#include "SDK_Signatures.h"
|
||||
#include "SDK_Debug.h"
|
||||
#include "SDK_RPC.h"
|
||||
#include "node/Constants.hpp" // For Tap's MTU
|
||||
#include "Constants.hpp" // For Tap's MTU
|
||||
|
||||
void print_addr(struct sockaddr *addr);
|
||||
void dwr(int level, const char *fmt, ... );
|
||||
|
||||
Reference in New Issue
Block a user