debug windows build failure (link error due to mismatching boost library type)

This commit is contained in:
Christopher A. Mosher 2023-01-05 08:04:36 -05:00
parent 3790c0b971
commit a0c7be4019
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
nm -gD D:/a/_temp/msys64/mingw64/bin/libboost_log-mt.dll
objdump -p D:/a/_temp/msys64/mingw64/bin/libboost_log-mt.dll
exit 0