From 77582c4c6804dade46cc7bf991f48b00e1391eff Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 29 Aug 2021 13:24:03 +0200 Subject: Move getoptpp submodule into src as well. --- cppbuild.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppbuild.cc') 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", }, } }; -- cgit v1.2.3