Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2019-10-26 18:16:34 +0200
committerStijn Buys <ingar@osirion.org>2019-10-26 18:16:34 +0200
commit01f4578c8ee667f0357f6967f89f8e03462041cd (patch)
tree6daa6edd3bd94b2f61d234f65e3ae991d0c6c4b7
parent3e815d4285bbe82d74afb3be95e1770dc734856d (diff)
Use -lopenal instead of -lopenal32 on win32.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 52fa82d..3ed21e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ dnl
*-*-mingw*)
HOST_LIBS="-lws2_32"
HOST_GL_LIBS="-lopengl32 -lglu32"
- HOST_AL_LIBS="-lopenal32"
+ HOST_AL_LIBS="-lopenal"
ICON_CLIENT="osirion-res.o"
ICON_SERVER="osiriond-res.o"
SDLMAIN=""