From 92a6c10979a2dea341349a44acbed43dc892dffc Mon Sep 17 00:00:00 2001 From: Andrew Lynch Date: Mon, 26 Mar 2018 15:01:11 -0500 Subject: lib: Fixing config file path for some Windows builds --- host/include/config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/include/config.h.in') diff --git a/host/include/config.h.in b/host/include/config.h.in index e3a7fb0ca..c69673908 100644 --- a/host/include/config.h.in +++ b/host/include/config.h.in @@ -17,3 +17,7 @@ #ifndef UHD_VERSION #cmakedefine UHD_VERSION @UHD_VERSION_ADDED@ #endif + +/* Config file path macros */ +#cmakedefine UHD_SYS_CONF_FILE "${UHD_SYS_CONF_FILE}" +#cmakedefine UHD_USER_CONF_FILE "${UHD_USER_CONF_FILE}" -- cgit v1.2.3