Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed May 22, 2024
1 parent c82c605 commit e469bf2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions node/src/workerChannel/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'conditions': [
['mediasoup_worker_lib==""', {
'libraries': [
'<(module_root_dir)/../../../worker/out/<(mediasoup_build_type)/build/libmediasoup-worker.a'
'<(module_root_dir)/../../../worker/out/<(mediasoup_build_type)/libmediasoup-worker.a'
],
}, {
'libraries': [
Expand Down Expand Up @@ -61,8 +61,7 @@
'xcode_settings': {
"CLANG_CXX_LIBRARY": 'libc++',
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
# TODO: This should be the same as the one used for libmediasoup
# Is it really needed?
# TODO: This should be the same as the one used for libmediasoup?
'MACOSX_DEPLOYMENT_TARGET': '14'
}
}]
Expand Down

0 comments on commit e469bf2

Please sign in to comment.