nostrdb/fix macos build

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-01-06 11:50:28 -08:00
committed by Daniel D’Aquino
parent 25bcf9c243
commit 1b2f4c41df
2 changed files with 4 additions and 4 deletions

View File

@@ -49,10 +49,10 @@ distclean: clean
tags:
find . -name '*.c' -or -name '*.h' | xargs ctags
configurator: configurator.c
configurator: src/configurator.c
$(CC) $< -o $@
config.h: configurator
src/config.h: configurator
./configurator > $@
bindings-c: $(C_BINDINGS)

View File

@@ -12,7 +12,7 @@
#define HAVE_UNALIGNED_ACCESS 1
#define HAVE_TYPEOF 1
#define HAVE_BIG_ENDIAN 0
#define HAVE_BYTESWAP_H 1
#define HAVE_BSWAP_64 1
#define HAVE_BYTESWAP_H 0
#define HAVE_BSWAP_64 0
#define HAVE_LITTLE_ENDIAN 1
#endif /* CCAN_CONFIG_H */