diff options
| -rw-r--r-- | examples/example_02_libnebuild/libnebuild.cc | 2 | ||||
| -rw-r--r-- | examples/example_02_libnebuild/win64.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_02_libnebuild/libnebuild.cc b/examples/example_02_libnebuild/libnebuild.cc index e6e489d..ddd77ed 100644 --- a/examples/example_02_libnebuild/libnebuild.cc +++ b/examples/example_02_libnebuild/libnebuild.cc @@ -4,7 +4,7 @@ #ifndef _WIN32 static auto kPath = "./posix.json"; #else -static auto kPath = ".\win64.json"; +static auto kPath = ".\\win64.json"; #endif int main(int argc, char** argv) { diff --git a/examples/example_02_libnebuild/win64.json b/examples/example_02_libnebuild/win64.json index a873f5d..3118a36 100644 --- a/examples/example_02_libnebuild/win64.json +++ b/examples/example_02_libnebuild/win64.json @@ -2,7 +2,7 @@ "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", "headers_path": [ - "../../", + "../../dev", "../../vendor" ], "sources_path": [ |
