removed reference to build.h, fixed osx_static_lib build target
This commit is contained in:
@@ -254,7 +254,7 @@ osx_static_lib: lwip $(OBJS)
|
||||
else
|
||||
osx_static_lib: pico $(OBJS)
|
||||
$(CXX) $(CXXFLAGS) $(STACK_FLAGS) $(DEFS) $(INCLUDES) $(ZTFLAGS) -DSDK_SERVICE -DSDK -DSDK_BUNDLED $(PICO_DRIVER_FILES) $(SDK_INTERCEPT_C_FILES) $(SDK_SERVICE_CPP_FILES) src/service.cpp -c
|
||||
libtool -static -o build/libzt.a lwip.o proxy.o tap.o one.o OneService.o service.o sockets.o rpc.o intercept.o OneService.o $(OBJS)
|
||||
libtool -static -o build/libzt.a picotcp.o proxy.o tap.o one.o OneService.o service.o sockets.o rpc.o intercept.o OneService.o $(OBJS)
|
||||
endif
|
||||
|
||||
# Builds zts_* library tests
|
||||
|
||||
@@ -49,7 +49,6 @@
|
||||
#include "tap.hpp"
|
||||
#include "sdk.h"
|
||||
#include "debug.h"
|
||||
#include "build.h"
|
||||
|
||||
std::string service_path;
|
||||
pthread_t intercept_thread;
|
||||
|
||||
Reference in New Issue
Block a user