diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-05 21:16:55 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-05 21:16:55 +0100 |
commit | 13d2f962575e16215844a187399ff62ca876a1fb (patch) | |
tree | 86b1d0ba708bfd1b56552a8de4418350afa28042 /Makefile | |
parent | 2e1f5e2666b6a0692e6c7c949563e41f16662119 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |