From 4f7fea2addf4a5bc7c301e78f53d9080eaf43fb6 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 16 Jan 2017 07:23:09 -0500 Subject: Fix path handling snafu for CheckWPS tool Somehow it got hooked to simulator file functions when it should be (and was) using raw OS functions. Credit: Frank Gevaerts Change-Id: Iac02fed1067830a432183632a047e00dfd03d3c2 --- tools/database/SOURCES | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/database') diff --git a/tools/database/SOURCES b/tools/database/SOURCES index 71593bba11..36d6247092 100644 --- a/tools/database/SOURCES +++ b/tools/database/SOURCES @@ -10,7 +10,11 @@ database.c ../../firmware/common/unicode.c ../../firmware/target/hosted/debug-hosted.c ../../firmware/logf.c +#ifdef WIN32 +../../firmware/target/hosted/filesystem-win32.c +#else /* !WIN32 */ ../../firmware/target/hosted/filesystem-unix.c +#endif /* WIN32 */ #ifdef APPLICATION ../../firmware/target/hosted/filesystem-app.c #else /* !APPLICATION */ -- cgit v1.2.3