mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #1506 from CautiousAlbino/master
Fix build for RSound.
This commit is contained in:
commit
2c1001d748
@ -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