X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=wscript;h=86c65ad74da8f49aae7321d3d45694f879c1f8d1;hp=bee03cb0cc1d94a4f856546124940e5e5c19545b;hb=d04f7594ca422ea09c13282f863a5724f167ced6;hpb=73f12506b092200418ce20d9ec70bf646d248f5d diff --git a/wscript b/wscript index bee03cb0c..86c65ad74 100644 --- a/wscript +++ b/wscript @@ -394,8 +394,9 @@ def configure(conf): if conf.options.enable_disk: if conf.check_cfg(package='nanomsg', args='--cflags --libs', uselib_store='NANOMSG', mandatory=False) is None: conf.check_cfg(package='libnanomsg', args='--cflags --libs', uselib_store='NANOMSG', mandatory=True) - # We link with nanomsg statically on Centos 8 so we need to link this as well - conf.env.LIB_NANOMSG.append('anl') + if conf.env.TARGET_LINUX: + # We link with nanomsg statically on Centos 8 so we need to link this as well + conf.env.LIB_NANOMSG.append('anl') # FFmpeg if conf.options.static_ffmpeg: