From aa77344bedd8ff0ad8821d45fc8832ea82b23832 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 29 Jan 2024 21:27:53 +0100 Subject: [PATCH] use the correct macro variable --- src/defaultfont.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaultfont.cpp b/src/defaultfont.cpp index 292e52b..c6f8972 100644 --- a/src/defaultfont.cpp +++ b/src/defaultfont.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-2-Clause -#if defined(__LINUX__) +#if defined(__linux__) #include const char *getLinuxFilePath() {