Skip to content

Commit

Permalink
Update openal to use github url
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachBacon committed Oct 8, 2018
1 parent aebda1b commit b60cd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder/mingw.sh
Expand Up @@ -216,7 +216,7 @@ table_line_append DIST_POST_BUILD catgets ":; \
table_line_append DIST_PATCHES libgd 'https://gist.githubusercontent.com/rkitover/c64ea5b83ddea94ace58c40c7de42879/raw/fbaf4885fbefb302116b56626c0e191df514e8c6/libgd-2.2.4-mingw-static.patch'

table_insert_before DISTS sfml '
openal http://kcat.strangesoft.net/openal-releases/openal-soft-1.18.2.tar.bz2 lib/libOpenAL32.a
openal https://github.com/kcat/openal-soft/archive/openal-soft-1.19.0.tar.gz lib/libOpenAL32.a
'

table_line_append DIST_ARGS openal '-DLIBTYPE=STATIC -DALSOFT_UTILS=OFF -DALSOFT_EXAMPLES=OFF -DALSOFT_TESTS=OFF'
Expand Down

0 comments on commit b60cd33

Please sign in to comment.