mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +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
|
||||
|
||||
Section "OpenAL-Soft library"
|
||||
|
||||
SetOutPath $INSTDIR
|
||||
|
||||
File "openal32.dll"
|
||||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
||||
; Uninstaller
|
||||
|
|
Loading…
Reference in a new issue