diff options
Diffstat (limited to 'src/buildtool/main/TARGETS')
-rw-r--r-- | src/buildtool/main/TARGETS | 6 |
1 files changed, 3 insertions, 3 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" |