Skip to content

Commit 485f079

Browse files
committed
win32: OBJCOPY is not needed on Windows in favor of def file
1 parent 1546362 commit 485f079

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ AS_CASE(["${build_os}"],
272272
])
273273
AS_CASE(["${target_os}"],
274274
[cygwin*|msys*|mingw*|darwin*], [
275+
ac_ct_OBJCOPY=":"
276+
ac_cv_prog_OBJCOPY=":"
275277
ac_cv_prog_ac_ct_OBJCOPY=":"
276278
])
277279

0 commit comments

Comments
 (0)