diff options
Diffstat (limited to 'meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch')
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch b/meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch index bc51f99d85..d987ac50be 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch +++ b/meta-oe/recipes-devtools/nodejs/nodejs/libatomic.patch | |||
@@ -29,7 +29,7 @@ index b425f443..f296f35c 100644 | |||
29 | @@ -487,7 +487,18 @@ | 29 | @@ -487,7 +487,18 @@ |
30 | ], | 30 | ], |
31 | }], | 31 | }], |
32 | ['OS == "linux" and llvm_version != "0.0"', { | 32 | ['OS=="linux" and clang==1', { |
33 | - 'libraries': ['-latomic'], | 33 | - 'libraries': ['-latomic'], |
34 | + 'target_conditions': [ | 34 | + 'target_conditions': [ |
35 | + ['_toolset=="host"', { | 35 | + ['_toolset=="host"', { |