We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324a3c2 commit 316bfbaCopy full SHA for 316bfba
tools/build_script_generator/make/resources/config.mk.in
@@ -57,6 +57,7 @@ APP_SRC := $(APP_SRC:./%=%)
57
%% for repo in generated_paths
58
APP_SRC := $(filter-out {{repo}}/%,$(APP_SRC))
59
%% endfor
60
+CPPDEFINES += -I.
61
%% if options["::info.git"] != "Disabled"
62
%#
63
# Git information
tools/build_script_generator/scons/resources/SConstruct.in
@@ -29,7 +29,7 @@ env.Alias("library", libraries)
29
headers = env.FindHeaderFiles("{{ unittest_source }}")
30
sources = [env.UnittestRunner(target="unittest_runner.cpp", source=headers)]
31
%% else
32
-env.Append(CPPPATH=".")
+env.Append(CPPPATH=abspath("."))
33
ignored = [".lbuild_cache", env["CONFIG_BUILD_BASE"]] + generated_paths
34
sources = []
35
%% endif
0 commit comments