summaryrefslogtreecommitdiff
path: root/tools/database
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-01-16 07:23:09 -0500
committerMichael Sevakis <jethead71@rockbox.org>2017-01-16 07:30:39 -0500
commit4f7fea2addf4a5bc7c301e78f53d9080eaf43fb6 (patch)
tree6b72c005607b8d4cda9b7c599716eec391fe43a9 /tools/database
parent16d1788356e82c639302a884437341e039574822 (diff)
downloadrockbox-4f7fea2addf4a5bc7c301e78f53d9080eaf43fb6.tar.gz
rockbox-4f7fea2addf4a5bc7c301e78f53d9080eaf43fb6.zip
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
Diffstat (limited to 'tools/database')
-rw-r--r--tools/database/SOURCES4
1 files changed, 4 insertions, 0 deletions
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
10../../firmware/common/unicode.c 10../../firmware/common/unicode.c
11../../firmware/target/hosted/debug-hosted.c 11../../firmware/target/hosted/debug-hosted.c
12../../firmware/logf.c 12../../firmware/logf.c
13#ifdef WIN32
14../../firmware/target/hosted/filesystem-win32.c
15#else /* !WIN32 */
13../../firmware/target/hosted/filesystem-unix.c 16../../firmware/target/hosted/filesystem-unix.c
17#endif /* WIN32 */
14#ifdef APPLICATION 18#ifdef APPLICATION
15../../firmware/target/hosted/filesystem-app.c 19../../firmware/target/hosted/filesystem-app.c
16#else /* !APPLICATION */ 20#else /* !APPLICATION */