summaryrefslogtreecommitdiffhomepage
path: root/share/bjam/nectar.jam
blob: 0ce91c60fc524ba620466a6b654cf6d9ff515c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
#  File: nectar.jam
#  Author: Amlal El Mahrouss,
#  Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License
#

import toolset ;

if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
{
    .debug-configuration = true ;
}

feature.extend toolset : ptx-necdrv ;