summaryrefslogtreecommitdiffhomepage
path: root/share/bjam/nectar.jam
diff options
context:
space:
mode:
Diffstat (limited to 'share/bjam/nectar.jam')
-rw-r--r--share/bjam/nectar.jam15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/bjam/nectar.jam b/share/bjam/nectar.jam
new file mode 100644
index 0000000..0ce91c6
--- /dev/null
+++ b/share/bjam/nectar.jam
@@ -0,0 +1,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 ;
+