aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-05 21:16:55 +0100
committereldritch horrors <pennae@lix.systems>2024-03-05 21:16:55 +0100
commit13d2f962575e16215844a187399ff62ca876a1fb (patch)
tree86b1d0ba708bfd1b56552a8de4418350afa28042 /Makefile
parent2e1f5e2666b6a0692e6c7c949563e41f16662119 (diff)
Merge pull request #9541 from obsidiansystems/config-buildprefix-fix
Including `config.h` also needs `$(buildprefix)` (cherry picked from commit 96fdea3394ff61e24c53358644a5064218218d13) Change-Id: I8b5c0b1826aa007aa681c8b199f9b1489cac6784
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2b35edc2..b343bec0f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,4 +60,4 @@ endif
include mk/lib.mk
-GLOBAL_CXXFLAGS += -g -Wall -include config.h -std=c++2a -I src
+GLOBAL_CXXFLAGS += -g -Wall -include $(buildprefix)config.h -std=c++2a -I src