Skip to content

Commit

Permalink
ogg.pc in lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
runei committed Aug 9, 2024
1 parent 377772f commit 91ca306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scons_helpers/build-3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ def die(text, *args):
execute_make(ctx)
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)
install_files(ctx, 'ogg.pc', ctx.pkg_lib_dir)
elif ctx.pkg_name == 'libvorbis':
download(
ctx,
Expand Down

0 comments on commit 91ca306

Please sign in to comment.