mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-12 13:12:07 +00:00
nsis: add openal-soft
This commit is contained in:
parent
2e803017c4
commit
1312060d55
1 changed files with 8 additions and 0 deletions
|
@ -107,6 +107,14 @@ Section "libcurl"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
Section "OpenAL-Soft library"
|
||||||
|
|
||||||
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
|
File "openal32.dll"
|
||||||
|
|
||||||
|
SectionEnd
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|
||||||
; Uninstaller
|
; Uninstaller
|
||||||
|
|
Loading…
Reference in a new issue