mirror of
https://github.com/lov3b/Pong.git
synced 2025-06-27 23:50:18 +02:00
use the correct macro variable
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
#if defined(__LINUX__)
|
||||
#if defined(__linux__)
|
||||
#include <filesystem>
|
||||
|
||||
const char *getLinuxFilePath() {
|
||||
|
Reference in New Issue
Block a user