mirror of
https://github.com/libretro/RetroArch
synced 2025-03-22 07:21:15 +00:00
Fix build for RSound.
This commit is contained in:
parent
3929f66c83
commit
cc12f42512
@ -254,7 +254,7 @@ ifeq ($(HAVE_OSS_LIB), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_RSOUND), 1)
|
||||
OBJ += audio/rsound.o
|
||||
OBJ += audio/drivers/rsound.o
|
||||
DEFINES += $(RSOUND_CFLAGS)
|
||||
LIBS += $(RSOUND_LIBS)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user