From 44510ca266f3e42d15c403fc884ea979f2d2729a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 19 Aug 2009 02:17:25 -0400 Subject: [PATCH] Changed out SDL and OpenAL libs. Please note that this is just for linking to keep the build happy. We're actually shipping a different version (in the run directory). What a mess. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4d27bc9..2719849 100644 --- a/makefile +++ b/makefile @@ -81,7 +81,7 @@ else ifeq ($(strip $(use_fmod)),true) POSTLDFLAGS += -lpthread ./libfmod-linux-x86.a else - LDFLAGS += ./openal.so + LDFLAGS += ./libopenal.so.1 endif endif -- 2.39.5