about summary refs log tree commit diff stats
path: root/config/binds.conf
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2019-06-19 21:46:58 +0200
committerDrew DeVault <sir@cmpwn.com>2019-06-19 15:48:13 -0400
commit90db2e54b0150d92e29b939d3cc89ff9c5dd39d4 (patch)
tree75ee4fa715bf35625e1c5cf49cdd66c412b537f5 /config/binds.conf
parentd1654def192459f829496791406483a1286805e7 (diff)
downloadaerc-90db2e54b0150d92e29b939d3cc89ff9c5dd39d4.tar.gz
Makefile: fix -ldflags -X invocation
Aerc uses the go linker to add some variables like main.Prefix / main.ShareDir
etc. however the go linker only considers the last -ldflags invocation it seems.

This commit fixes the makefile to use only a single -ldflags invocation, which
again sets the vars as expected.
Diffstat (limited to 'config/binds.conf')
0 files changed, 0 insertions, 0 deletions
.d/lisp/init-emacs-lisp.el?id=ab2f5baad75e110f8628823dc725296f33d1582c'>^
49d58cd ^

fa5235f ^




49d58cd ^
fa5235f ^
d0db566 ^





05afb02 ^










d0db566 ^


05afb02 ^

d0db566 ^

d0db566 ^
f4fe800 ^
d0db566 ^


8a9dfe2 ^

1ab1ff4 ^
fb211f4 ^




d0db566 ^
6a4b65d ^
be63636 ^



f4fe800 ^

6a4b65d ^
28f8104 ^









d0db566 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88