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"
6060
6161# Tools
6262export 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"
6565export PIP=$PIP_NAME
6666export VIRTUALENV=$VIRTUALENV_NAME
6767
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ while args:
4141
4242
4343print ('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+
4448print ('Biglink arguments:' )
4549for arg in unique_args :
4650 print (' %s' % arg )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments