mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-06 23:36:54 +02: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue