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 ;