From fd5fdc45f19528eeb415c92be022b2f6add65f04 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 8 Aug 2016 21:43:32 +0200 Subject: [PATCH] [DEV] update isolation --- lutin_openh264-common.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lutin_openh264-common.py b/lutin_openh264-common.py index 421f062..3b62027 100644 --- a/lutin_openh264-common.py +++ b/lutin_openh264-common.py @@ -100,6 +100,10 @@ def create(target, module_name): my_module.add_module_depend([ 'cxx' ]) - my_module.add_export_flag('link-lib', "pthread") my_module.compile_version("C++", 2003) + my_module.add_module_depend([ + 'cxx', + 'pthread', + 'm' + ]) return my_module