From 8ff44c553c82de73cad845f61c8752adfe702601 Mon Sep 17 00:00:00 2001 From: Michael Banther Date: Mon, 23 Sep 2019 15:36:35 +0100 Subject: [PATCH] Add the specific directory that contains user_hid.h. Apparently xwaf doesn't recursively descend directory trees the way xmake does. --- lib_xua/module_build_info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index 2a36dedf..f13abe6b 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -17,7 +17,7 @@ VERSION = 0.2.0 DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xassert(>=2.0.0) lib_xud(>=0.1.0) lib_spdif(>=3.0.0) -INCLUDE_DIRS = api src/* +INCLUDE_DIRS = api src/* src/core/user #ignore host dir SOURCE_DIRS = src/*