diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/main/TARGETS | 6 | ||||
-rw-r--r-- | src/buildtool/system/TARGETS | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/buildtool/main/TARGETS b/src/buildtool/main/TARGETS index 079d3f40..36a8cbff 100644 --- a/src/buildtool/main/TARGETS +++ b/src/buildtool/main/TARGETS @@ -3,7 +3,7 @@ , "arguments_config": ["BUILD_STATIC_BINARY"] , "name": ["just"] , "srcs": ["main.cpp"] - , "deps": + , "private-deps": [ ["src/buildtool/common", "cli"] , ["src/buildtool/common", "config"] , ["src/buildtool/compatibility", "compatibility"] @@ -23,7 +23,7 @@ , "describe" ] , "stage": ["src", "buildtool", "main"] - , "link external": + , "private-ldflags": { "type": "if" , "cond": {"type": "var", "name": "BUILD_STATIC_BINARY"} , "then": ["-static"] @@ -101,7 +101,7 @@ , "name": ["version"] , "hdrs": ["version.hpp"] , "srcs": ["version.cpp"] - , "local defines": + , "private-defines": { "type": "++" , "$1": [ { "type": "if" diff --git a/src/buildtool/system/TARGETS b/src/buildtool/system/TARGETS index ddc7ae4d..11c2bd47 100644 --- a/src/buildtool/system/TARGETS +++ b/src/buildtool/system/TARGETS @@ -4,7 +4,7 @@ , "name": ["system"] , "hdrs": ["system.hpp"] , "srcs": ["system.cpp"] - , "local defines": + , "private-defines": { "type": "if" , "cond": {"type": "var", "name": "VALGRIND_BUILD"} , "then": ["VALGRIND_BUILD"] |