Skip to content

Commit cbf81fc

Browse files
Update deps/build_libs.sh
Co-authored-by: per1234 <accounts@perglass.com>
1 parent e7699a6 commit cbf81fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/build_libs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash -ex
22

3+
true # Dummy command required to prevent first ShellCheck directive from having global scope.
4+
5+
# shellcheck disable=SC2153 # Fix false positive of ShellCheck rule SC2153.
36
export PREFIX=/opt/lib/${CROSS_COMPILE}
47

58
if [ "$CROSS_COMPILER" == "" ]; then

0 commit comments

Comments
 (0)