mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
remove hardcoded library name (#11058)
Co-authored-by: Linnea May <linneamay@microsoft.com>
This commit is contained in:
parent
8dcadba670
commit
bfcd5bd4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue