summaryrefslogtreecommitdiff
path: root/cppbuild.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2021-08-29 13:24:03 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2021-08-29 13:24:03 +0200
commit77582c4c6804dade46cc7bf991f48b00e1391eff (patch)
treeafcac42f307bb6b57f2b32569cf5bdd29ad7c468 /cppbuild.cc
parent5da56616cccf4e595ec6a556cf1aef40b37746e3 (diff)
Move getoptpp submodule into src as well.
Diffstat (limited to 'cppbuild.cc')
-rw-r--r--cppbuild.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppbuild.cc b/cppbuild.cc
index dc3ab19..5c6d885 100644
--- a/cppbuild.cc
+++ b/cppbuild.cc
@@ -28,7 +28,7 @@ BuildConfigurations cppbuildConfigs()
"-s",
"-Wall",
"-Werror",
- "-I.",
+ "-Isrc",
},
}
};