remove hardcoded library name (#11058)

Co-authored-by: Linnea May <linneamay@microsoft.com>
This commit is contained in:
Linnea May 2022-03-31 10:41:31 -07:00 committed by GitHub
parent 8dcadba670
commit bfcd5bd4a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.