2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-19 04:22:09 +00:00

Specify relative path to log-platform-config in config checks.

This allows to use the config checks from locations other than the
library project.
This commit is contained in:
Andrey Semashev
2025-06-19 02:29:02 +03:00
parent f01996cfd3
commit 6db171e348
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#
import project ;
import log-platform-config ;
import ../../build/log-platform-config ;
using mc ;
project

View File

@@ -6,7 +6,7 @@
#
import project ;
import log-platform-config ;
import ../../build/log-platform-config ;
project
: source-location .

View File

@@ -6,7 +6,7 @@
#
import project ;
import log-platform-config ;
import ../../build/log-platform-config ;
project
: source-location .

View File

@@ -6,7 +6,7 @@
#
import project ;
import log-platform-config ;
import ../../build/log-platform-config ;
project
: source-location .