We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b1ee0 commit 7c85bd2Copy full SHA for 7c85bd2
distribute.sh
@@ -60,8 +60,8 @@ BOOTSTRAP_PATH="$ROOT_PATH/bootstrap"
60
61
# Tools
62
export LIBLINK_PATH="$BUILD_PATH/objects"
63
-export LIBLINK="$ROOT_PATH/src/tools/liblink"
64
-export BIGLINK="$ROOT_PATH/src/tools/biglink"
+export LIBLINK="$ROOT_PATH/tools/liblink"
+export BIGLINK="$ROOT_PATH/tools/biglink"
65
export PIP=$PIP_NAME
66
export VIRTUALENV=$VIRTUALENV_NAME
67
bootstrap/legacy/tools/biglink renamed to tools/biglink
@@ -41,6 +41,10 @@ while args:
41
42
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
+
48
print('Biglink arguments:')
49
for arg in unique_args:
50
print(' %s' % arg)
bootstrap/legacy/tools/liblink renamed to tools/liblink
0 commit comments