diff --git a/tools/ci_build/gen_def.py b/tools/ci_build/gen_def.py index d64c5e33e3..950b2b6b79 100755 --- a/tools/ci_build/gen_def.py +++ b/tools/ci_build/gen_def.py @@ -36,7 +36,7 @@ symbols = sorted(symbols) symbol_index = 1 with open(args.output, 'w') as file: if args.style == 'vc': - file.write('LIBRARY "onnxruntime.dll"\n') + file.write('LIBRARY\n') file.write('EXPORTS\n') elif args.style == 'xcode': pass # xcode compile don't has any header.