diff options
author | EuAndreh <eu@euandre.org> | 2024-08-15 19:19:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-15 19:19:18 -0300 |
commit | 4a178899fd41f0d71d4f6128597ff820c4f56379 (patch) | |
tree | 82c1acaa9e2304cb0451ead57d6edcd38efba393 | |
parent | Add src/version.go (diff) | |
download | glaze-4a178899fd41f0d71d4f6128597ff820c4f56379.tar.gz glaze-4a178899fd41f0d71d4f6128597ff820c4f56379.tar.xz |
Makefile: Define $(GOCFLAGS) and $(GOLDFLAGS) based on $(PREFIX)
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = LDLIBS = +GOCFLAGS = -I $(GOLIBDIR) +GOLDFLAGS = -L $(GOLIBDIR) |