You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's more a minizip issue but I'll document it here:
If CMAKE_BUILD_TYPE environment variable is set CMake will use it.
If it is set to Debug, minizip will change it's lib name as libminizip_d.a instead of libminizip.a.
Then fesapi won't link because it looks for libminizip.a
The text was updated successfully, but these errors were encountered:
It's more a minizip issue but I'll document it here:
If CMAKE_BUILD_TYPE environment variable is set CMake will use it.
If it is set to Debug, minizip will change it's lib name as libminizip_d.a instead of libminizip.a.
Then fesapi won't link because it looks for libminizip.a
The text was updated successfully, but these errors were encountered: