2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-23 05:42:11 +00:00
Files
log/config/native-syslog/Jamfile.jam
Andrey Semashev 6db171e348 Specify relative path to log-platform-config in config checks.
This allows to use the config checks from locations other than the
library project.
2025-06-19 02:29:02 +03:00

20 lines
478 B
Plaintext

#
# Copyright Andrey Semashev 2016.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#
import project ;
import ../../build/log-platform-config ;
project
: source-location .
: requirements
<conditional>@log-platform-config.set-platform-defines
<pch>off
;
obj native_syslog : native_syslog.cpp ;
explicit native_syslog ;