File tree 3 files changed +20
-0
lines changed
meson/.local/share/meson/cross
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ This repository uses GNU `stow` to manage `dotfiles`.
24
24
- git
25
25
- less
26
26
- libedit
27
+ - meson
27
28
- npm
28
29
- nvim
29
30
- programs
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ function stow_setup() {
14
14
git \
15
15
less \
16
16
libedit \
17
+ meson \
17
18
npm \
18
19
nvim \
19
20
programs \
Original file line number Diff line number Diff line change
1
+ [host_machine]
2
+ system = ' windows'
3
+ subsystem = ' windows'
4
+ kernel = ' nt'
5
+ cpu_family = ' x86_64'
6
+ cpu = ' x86_64'
7
+ endian = ' little'
8
+
9
+ [binaries]
10
+ ar = ' x86_64-w64-mingw32-ar'
11
+ as = ' x86_64-w64-mingw32-as'
12
+ c = ' x86_64-w64-mingw32-gcc'
13
+ ld = ' x86_64-w64-mingw32-ld'
14
+ pkg-config = ' x86_64-w64-mingw32-pkg-config'
15
+ ranlib = ' x86_64-w64-mingw32-ranlb'
16
+ strip = ' x86_64-w64-mingw32-strip'
17
+ windres = ' x86_64-w64-mingw32-windres'
18
+ windmc = ' x86_64-w64-mingw32-windmc'
You can’t perform that action at this time.
0 commit comments