summaryrefslogtreecommitdiff
path: root/source/saw/_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/saw/_dep.c')
-rw-r--r--source/saw/_dep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/saw/_dep.c b/source/saw/_dep.c
index dab6342..fd52289 100644
--- a/source/saw/_dep.c
+++ b/source/saw/_dep.c
@@ -1,4 +1,4 @@
-#if defined(__EMSCRIPTEN__) || defined(__linux__)
+#if defined(__EMSCRIPTEN__)
# define SOKOL_GLES3
# define NANOVG_GLES3 1
#else