File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ BOOTSTRAP_PATH="$ROOT_PATH/bootstrap"
60
60
61
61
# Tools
62
62
export LIBLINK_PATH=" $BUILD_PATH /objects"
63
- export LIBLINK=" $ROOT_PATH /src/ tools/liblink"
64
- export BIGLINK=" $ROOT_PATH /src/ tools/biglink"
63
+ export LIBLINK=" $ROOT_PATH /tools/liblink"
64
+ export BIGLINK=" $ROOT_PATH /tools/biglink"
65
65
export PIP=$PIP_NAME
66
66
export VIRTUALENV=$VIRTUALENV_NAME
67
67
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ while args:
41
41
42
42
43
43
print ('Biglink create %s library' % sys .argv [1 ])
44
+ if not unique_args :
45
+ print ('Biglink: no library created, no object collected.' )
46
+ sys .exit (0 )
47
+
44
48
print ('Biglink arguments:' )
45
49
for arg in unique_args :
46
50
print (' %s' % arg )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments