Fix TIME_BITS_64

pull/1511/head
Mike Black W9MDB 2024-02-03 23:35:56 -06:00
rodzic d77b0df702
commit 1093349564
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -28,4 +28,6 @@ DIST_SUBDIRS = macros include lib src c++ bindings tests doc android scripts rot
security $(BACKEND_LIST) $(RIG_BACKEND_LIST) $(ROT_BACKEND_LIST) $(AMP_BACKEND_LIST)
# Install any third party macros into our tree for distribution
ACLOCAL_AMFLAGS = -I macros --install -D_TIME_BITS=64
ACLOCAL_AMFLAGS = -I macros --install
AM_CFLAGS=-D_TIME_BITS=64