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 dd54926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 Down

0 comments on commit dd54926

Please sign in to comment.