Skip to content

Commit

Permalink
Fix LibOgg
Browse files Browse the repository at this point in the history
  • Loading branch information
runei committed Aug 14, 2024
1 parent 8ae177e commit 6b67c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/scons_helpers/build-3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,8 +1456,10 @@ def die(text, *args):
'--enable-static',
])))
execute_make(ctx)
execute(ctx, 'make install')
install_tree(ctx, 'include', ctx.pkg_inc_dir, include=['*.h'])
install_files(ctx, 'src/.libs/libogg.a', ctx.pkg_lib_dir)
install_files(ctx, 'ogg.pc', ctx.pkg_rpath_dir)
elif ctx.pkg_name == 'libvorbis':
download(
ctx,
Expand Down

0 comments on commit 6b67c37

Please sign in to comment.