Fix GTest extension build fails on installing it by building from source on windows
Reporter: k0T0z | Status: open | Last Modified: March 20, 2023, 04:54:45 am Fix #2338
GTest extension must be installed using pacman -S mingw-w64-x86_64-gtest
to be working correctly with the current ENIGMAsystem/SHELL/Universal_System/Extensions/GTest/Makefile
, but if you installed GTest with another way (building it from source and copy-paste files), it won't work because you will need the .dll
file for linking it dynamically which is not provided when you build gtest from source, you only got .a
files.
Using pacman or building from source gives you .a
files, which you can link statically to your exe and this PR provides that change.
cool, thanks robert
Leave a commentView this issue on GitHub
Please sign in to post comments, or you can view this issue on GitHub.