diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index f19cc9f..81ae757 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -58,8 +58,8 @@ }], ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 'dependencies': [ - '../third_party/yasm/yasm.gyp:*', - ], + '../third_party/yasm/yasm.gyp:*#host', + ], }], ['OS=="mac"', { 'dependencies': [ |