Skip to content

Commit

Permalink
* fix #39519: apply patch by Julian Puhl to enable OpenAL for Win64
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldragon committed Jan 8, 2022
1 parent c3e9405 commit 307c284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/Makefile.fpc.fpcmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dirs_win32=rtl-console rtl-unicode fv winunits-base winunits-jedi fcl-web fastcg
oggvorbis sdl openssl graph pcap httpd22 pxlib numlib winceunits cairo libxml \
gmp opencl libsee nvapi ptc aspell
dirs_win64=rtl-console rtl-unicode fv winunits-base winunits-jedi fcl-web fastcgi ibase mysql zlib oracle odbc postgres sqlite imagemagick gdbint \
tcl opengl gtk1 fpgtk fftw sdl openssl cdrom httpd22 numlib fcl-extra opencl nvapi ptc graph
tcl opengl gtk1 fpgtk fftw sdl openssl cdrom httpd22 numlib fcl-extra opencl nvapi ptc graph openal
dirs_wince=rtl-unicode winceunits httpd22 fcl-web fastcgi tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib
dirs_os2=rtl-console rtl-unicode fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib
dirs_emx=rtl-console rtl-unicode fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib
Expand Down
2 changes: 1 addition & 1 deletion packages/openal/fpmake.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if Defaults.CPU = i386 then
P.OSes := [linux,win32,darwin]
else
P.OSes := [linux,win32];
P.OSes := [linux,win32,win64];
P.SourcePath.Add('src');
P.IncludePath.Add('src');

Expand Down

0 comments on commit 307c284

Please sign in to comment.