Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue of conflicting target names in Windows (bytecodealliance#702)
The output file name of the iwasm library should be unique, otherwise some of the output files from two different targets (iwasm and libiwasm) will overwrite each other and produce corrupted output files. Currently Windows debugging is broken due to the corrupted pdb files, and this PR fixes the issue.
- Loading branch information