Fixes regression introduced by 35ec7336a6 that put libraries in wrong order causing edge to fail during linking

This commit is contained in:
Luca Deri 2021-09-17 10:14:11 +00:00
parent dd41689bb9
commit 829ba29a2b

View File

@ -78,6 +78,8 @@ src/example_sn_embed.o: $(N2N_DEPS)
src/example_edge_embed.o: $(N2N_DEPS)
src/edge: $(N2N_LIB)
$(CC) $(CFLAGS) $< $(LDFLAGS) $(N2N_LIB) $(LIBS_EDGE) -o $@
src/supernode: $(N2N_LIB)
src/example_edge_embed_quick_edge_init: $(N2N_LIB)
src/example_sn_embed: $(N2N_LIB)