use the correct macro variable

This commit is contained in:
= 2024-01-29 21:27:53 +01:00
parent 37c0bc3297
commit aa77344bed

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-2-Clause
#if defined(__LINUX__)
#if defined(__linux__)
#include <filesystem>
const char *getLinuxFilePath() {