diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-29 13:24:03 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-08-29 13:24:03 +0200 |
commit | 77582c4c6804dade46cc7bf991f48b00e1391eff (patch) | |
tree | afcac42f307bb6b57f2b32569cf5bdd29ad7c468 /cppbuild.cc | |
parent | 5da56616cccf4e595ec6a556cf1aef40b37746e3 (diff) |
Move getoptpp submodule into src as well.
Diffstat (limited to 'cppbuild.cc')
-rw-r--r-- | cppbuild.cc | 2 |
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", }, } }; |