Skip to content

Commit 7be98d0

Browse files
committed
deps,test: fixed failures
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent 740a45d commit 7be98d0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

deps/libffi/libffi.gyp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
'src/x86/ffiw64.c',
5959
'src/x86/ffi64.c',
6060
'src/x86/unix64.S',
61+
'src/x86/win64.S',
6162
],
6263
},
6364
}],
@@ -87,6 +88,7 @@
8788
'src/x86/ffiw64.c',
8889
'src/x86/ffi64.c',
8990
'src/x86/unix64.S',
91+
'src/x86/win64.S',
9092
],
9193
},
9294
}],
@@ -141,10 +143,6 @@
141143
'generate-headers.py',
142144
'--output-dir',
143145
'<(INTERMEDIATE_DIR)',
144-
'--target-arch',
145-
'<(target_arch)',
146-
'--os',
147-
'<(OS)',
148146
],
149147
},
150148
],

0 commit comments

Comments
 (0)