diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-20 18:59:37 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-20 18:59:37 +0200 |
| commit | 7564d39000b1dce3415d8d29a70db7574bbd6aa8 (patch) | |
| tree | 21c9fc79ca955b8d4469f8bbc63130da488318dc /wscript | |
| parent | da83e4d4be59df97ea77708225fe5d03178f17ab (diff) | |
Missing asdcplib dependencies in pkg-config file.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -263,7 +263,7 @@ def build(bld): else: boost_lib_suffix = '' - libs="-L${libdir} -ldcp%s -lcxml -lboost_system%s -lopenjp2" % (bld.env.API_VERSION, boost_lib_suffix) + libs="-L${libdir} -ldcp%s -lcxml -lboost_system%s -lopenjp2 -lasdcp-dcpomatic -lkumu-dcpomatic" % (bld.env.API_VERSION, boost_lib_suffix) if bld.env.TARGET_LINUX: libs += " -ldl" |
