]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
fix return value of FS_WhichPack to NOT include the -basedir
[xonotic/darkplaces.git] / makefile
index 45b2d97f666b7f08004d331141799d3bde69430f..5c95d05523348b250e2fc4c1c8ebd4fdde94996e 100644 (file)
--- a/makefile
+++ b/makefile
@@ -225,6 +225,10 @@ ifeq ($(DP_SOUND_API), WIN)
        LIB_SOUND=$(LIB_SND_WIN)
 endif
 
+ifeq ($(DP_SOUND_API),3DRAS)
+       OBJ_SOUND=$(OBJ_SND_3DRAS)
+       LIB_SOUND=$(LIB_SND_3DRAS)
+endif
 
 ##### Extra CFLAGS #####