Merge pull request #9541 from obsidiansystems/config-buildprefix-fix

Including `config.h` also needs `$(buildprefix)`

(cherry picked from commit 96fdea3394ff61e24c53358644a5064218218d13)
Change-Id: I8b5c0b1826aa007aa681c8b199f9b1489cac6784
This commit is contained in:
eldritch horrors 2024-03-05 21:16:55 +01:00
parent 2e1f5e2666
commit 13d2f96257

View file

@ -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