Makefile.am : Simplify the reference to libasound.

This was found to be necessary for build on Dell E6430s but seems to work on Powerbook also.
This commit is contained in:
kevin 2022-05-14 12:33:08 -04:00
parent 5afced1a9f
commit 09d75a1564

View File

@ -40,7 +40,7 @@ if OS_64
endif
if cwALSA
AM_LDFLAGS += -Wl,-Bstatic -lasound -Wl,-Bdynamic
AM_LDFLAGS += -lasound # -Wl,-Bstatic -lasound -Wl,-Bdynamic
endif
endif