Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
runei committed Aug 14, 2024
1 parent 28a2fa4 commit 8ae177e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ elif 'libogg' in system_dependencies:
if not conf.AddPkgConfigDependency('ogg', '--cflags --libs', exclude_from_pc=True):
conf.env.AddManualDependency(libs=['ogg'], exclude_from_pc=True)

if not conf.CheckLibWithHeader('ogg', 'ogg/ogg.h', 'C', run=False):
if not conf.CheckLibWithHeaderExt('ogg', 'ogg/ogg.h', 'C', run=False):
env.Die("libogg not found (see 'config.log' for details)")

env = conf.Finish()
Expand Down

0 comments on commit 8ae177e

Please sign in to comment.