Skip to content

Commit

Permalink
Move osutils/OSUtils.o into CORE_OBJS
Browse files Browse the repository at this point in the history
When building via `make core` to make libzerotiercore.a, you can't link unless OSUtils.cpp is also built & linked.
  • Loading branch information
glimberg committed Oct 25, 2024
1 parent 4ef2d4c commit f959c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objects.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -42,7 +43,6 @@ ONE_OBJS=\
osdep/EthernetTap.o \
osdep/ManagedRoute.o \
osdep/Http.o \
osdep/OSUtils.o \
service/SoftwareUpdater.o \
service/OneService.o

0 comments on commit f959c2f

Please sign in to comment.