diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-09-30 23:15:22 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-09-30 23:15:22 +0530 |
commit | ff49c88bec023355af49e4ec7bc1037fde463693 (patch) | |
tree | ff5f217785c2764c434359587cabf3a726d3beac /.local/share/meson/native | |
parent | Updated nvim config (diff) | |
download | dotfiles-ff49c88bec023355af49e4ec7bc1037fde463693.tar dotfiles-ff49c88bec023355af49e4ec7bc1037fde463693.tar.gz dotfiles-ff49c88bec023355af49e4ec7bc1037fde463693.tar.bz2 dotfiles-ff49c88bec023355af49e4ec7bc1037fde463693.tar.lz dotfiles-ff49c88bec023355af49e4ec7bc1037fde463693.tar.xz dotfiles-ff49c88bec023355af49e4ec7bc1037fde463693.tar.zst dotfiles-ff49c88bec023355af49e4ec7bc1037fde463693.zip |
Update nvim config
Diffstat (limited to '.local/share/meson/native')
-rw-r--r-- | .local/share/meson/native/.gcc.txt.un~ | bin | 0 -> 3590 bytes | |||
-rw-r--r-- | .local/share/meson/native/gcc.txt | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/meson/native/.gcc.txt.un~ b/.local/share/meson/native/.gcc.txt.un~ Binary files differnew file mode 100644 index 0000000..a2f3d9d --- /dev/null +++ b/.local/share/meson/native/.gcc.txt.un~ diff --git a/.local/share/meson/native/gcc.txt b/.local/share/meson/native/gcc.txt index f9d73f2..fef0ea0 100644 --- a/.local/share/meson/native/gcc.txt +++ b/.local/share/meson/native/gcc.txt @@ -1,4 +1,8 @@ [binaries] c = 'gcc' cpp = 'g++' +c_ld = 'bfd' +cpp_ldd = 'bfd' +ar = 'ar' +strip = 'strip' |