combining patch not working (O_RESTOREPREVIEW=1) problem #2037
-
start nnn, no patch working, no icon, restore preview not work.
it work fine, and since icon work fine, i compile with make O_RESTOREPREVIEW=1 only, but it's not working.
env
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This ended up recompiling the binary, but without the flags hence your issue. Run Though I guess we could try to reset the mtime of the source file after unpatching so that it doesn't trigger unnecessary re-compilation. |
Beta Was this translation helpful? Give feedback.
This ended up recompiling the binary, but without the flags hence your issue. Run
sudo make O_NERD=1 O_RESTOREPREVIEW=1 installdirectly and it should work.Though I guess we could try to reset the mtime of the source file after unpatching so that it doesn't trigger unnecessary re-compilation.