Skip to content

Commit

Permalink
Force async emscripten when HAVE_AL (#15559)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeOsborn authored Aug 6, 2023
1 parent fcedac5 commit f4ed975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ endif
ifeq ($(HAVE_AL), 1)
LDFLAGS += -lopenal
DEFINES += -DHAVE_AL
ASYNC = 1
endif

ifneq ($(PTHREAD), 0)
Expand Down

0 comments on commit f4ed975

Please sign in to comment.