mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 05:01:40 +00:00
openal32.dll is actually spelled OpenAL32.dll now
This commit is contained in:
parent
50ca55702f
commit
372c2ea521
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ Section "OpenAL-Soft library"
|
||||||
|
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
File "openal32.dll"
|
File "OpenAL32.dll"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@ Section "Uninstall"
|
||||||
|
|
||||||
Delete $INSTDIR\libcurl-4.dll
|
Delete $INSTDIR\libcurl-4.dll
|
||||||
|
|
||||||
Delete $INSTDIR\openal32.dll
|
Delete $INSTDIR\OpenAL32.dll
|
||||||
|
|
||||||
Delete $INSTDIR\uninstall.exe
|
Delete $INSTDIR\uninstall.exe
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue