We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty straightforward. Changing
telescope-fzf-native.nvim/Makefile
Line 4 in 9ef21b2
> make cmd /C mkdir build clang -O3 -Wall -Werror -fpic -std=gnu99 -shared src/fzf.c -o build/libfzf.dll clang: error: unsupported option '-fpic' for target 'x86_64-pc-windows-msvc' make: *** [Makefile:24: build/libfzf.dll] Error 1
The text was updated successfully, but these errors were encountered:
I made an issue with the same error, for references #122
Sorry, something went wrong.
No branches or pull requests
Pretty straightforward. Changing
telescope-fzf-native.nvim/Makefile
Line 4 in 9ef21b2
The text was updated successfully, but these errors were encountered: