Skip to content

Commit

Permalink
option to use system inih
Browse files Browse the repository at this point in the history
  • Loading branch information
ProkopRandacek authored and gittup committed Mar 18, 2024
1 parent 5b932ec commit 23c0f35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tupfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ srcs += src/tup/tup/*.o
srcs += src/tup/monitor/*.o
srcs += src/tup/flock/*.o
srcs += src/tup/server/*.o
ifeq (@(TUP_USE_SYSTEM_INIH),y)
LDFLAGS += -linih
else
srcs += src/inih/*.o
endif
srcs += src/compat/*.o
ifeq (@(TUP_USE_SYSTEM_SQLITE),y)
LDFLAGS += -lsqlite3
Expand Down

0 comments on commit 23c0f35

Please sign in to comment.