diff options
author | Stijn Buys <ingar@osirion.org> | 2019-10-26 18:16:34 +0200 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2019-10-26 18:16:34 +0200 |
commit | 01f4578c8ee667f0357f6967f89f8e03462041cd (patch) | |
tree | 6daa6edd3bd94b2f61d234f65e3ae991d0c6c4b7 | |
parent | 3e815d4285bbe82d74afb3be95e1770dc734856d (diff) |
Use -lopenal instead of -lopenal32 on win32.
-rw-r--r-- | configure.ac | 2 |
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="" |