mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Add missing openal name
This commit is contained in:
parent
b60b7b4fcb
commit
e16f895057
@ -77,7 +77,7 @@ find_path(OPENAL_INCLUDE_DIR al.h
|
||||
)
|
||||
|
||||
find_library(OPENAL_LIBRARY
|
||||
NAMES OpenAL al openal OpenAL32
|
||||
NAMES OpenAL al openal OpenAL32 openal32
|
||||
HINTS
|
||||
ENV OPENALDIR
|
||||
PATHS
|
||||
|
Loading…
Reference in New Issue
Block a user