mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
Move osutils/OSUtils.o into CORE_OBJS
When building via `make core` to make libzerotiercore.a, you can't link unless OSUtils.cpp is also built & linked.
This commit is contained in:
parent
4ef2d4cc8e
commit
f959c2f4ca
@ -30,7 +30,8 @@ CORE_OBJS=\
|
||||
node/Trace.o \
|
||||
node/Utils.o \
|
||||
node/Bond.o \
|
||||
node/PacketMultiplexer.o
|
||||
node/PacketMultiplexer.o \
|
||||
osdep/OSUtils.o
|
||||
|
||||
ONE_OBJS=\
|
||||
controller/EmbeddedNetworkController.o \
|
||||
@ -42,7 +43,6 @@ ONE_OBJS=\
|
||||
osdep/EthernetTap.o \
|
||||
osdep/ManagedRoute.o \
|
||||
osdep/Http.o \
|
||||
osdep/OSUtils.o \
|
||||
service/SoftwareUpdater.o \
|
||||
service/OneService.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user