Closed thestr4ng3r closed 4 years ago
If you pass -DRETDEC_INSTALL_PREFIX=~/.local as is with STRING, you will get the exact string ~/.local compiled into the binary, which won't work because of the '~'.
-DRETDEC_INSTALL_PREFIX=~/.local
STRING
~/.local
By the way, great job on the plugin. I love it!
You are right. This is certainly a bug. Thank you for the fix! I approve the change.
If you pass
-DRETDEC_INSTALL_PREFIX=~/.local
as is withSTRING
, you will get the exact string~/.local
compiled into the binary, which won't work because of the '~'.By the way, great job on the plugin. I love it!