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

This commit is contained in:
Christopher A. Mosher 2023-01-05 07:57:15 -05:00
parent 0c690c8b95
commit 3790c0b971
1 changed files with 1 additions and 1 deletions

View File

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