mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 18:45:48 -04:00
14 lines
369 B
Diff
14 lines
369 B
Diff
diff --git a/include/SFML/Config.hpp b/include/SFML/Config.hpp
|
|
index 9c68d84..2522d88 100644
|
|
--- a/include/SFML/Config.hpp
|
|
+++ b/include/SFML/Config.hpp
|
|
@@ -76,7 +76,7 @@
|
|
// Android
|
|
#define SFML_SYSTEM_ANDROID
|
|
|
|
- #elif defined(__linux__)
|
|
+ #elif defined(__linux__) || defined(EMSCRIPTEN)
|
|
|
|
// Linux
|
|
#define SFML_SYSTEM_LINUX
|