aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d589060..c2879eb 100644
--- a/Makefile
+++ b/Makefile
@@ -112,11 +112,7 @@ USE_OPENAL=1
endif
ifndef USE_OPENAL_DLOPEN
- ifeq ($(PLATFORM),mingw32)
- USE_OPENAL_DLOPEN=1
- else
- USE_OPENAL_DLOPEN=0
- endif
+USE_OPENAL_DLOPEN=1
endif
ifndef USE_CURL