mirror of
https://github.com/lov3b/Pong.git
synced 2025-01-18 04:30:11 +01:00
use the correct macro variable
This commit is contained in:
parent
37c0bc3297
commit
aa77344bed
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
#if defined(__LINUX__)
|
||||
#if defined(__linux__)
|
||||
#include <filesystem>
|
||||
|
||||
const char *getLinuxFilePath() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user