You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
524 B

  1. --- a/service/protocol-plugin/sample-app/linux/SConscript
  2. +++ b/service/protocol-plugin/sample-app/linux/SConscript
  3. @@ -41,7 +41,7 @@ if target_os not in ['windows', 'winrt']
  4. sample_env.AppendUnique(LIBS = ['oc', 'oc_logger', 'octbstack',
  5. 'connectivity_abstraction', 'coap',
  6. - 'ppm', 'pmimpl', 'dl'])
  7. + 'ppm', 'boost_system', 'pmimpl', 'dl'])
  8. if env.get('SECURED') == '1':
  9. sample_env.AppendUnique(LIBS = ['tinydtls'])