Skip to content

Commit 3416df3

Browse files
fix the build
1 parent f6efa6d commit 3416df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ configure() {
136136
fi
137137

138138
# Version
139-
if [[ -n "${LIVEKIT_VERSION}" ]]; then
139+
if [[ -n "${LIVEKIT_VERSION:-}" ]]; then
140140
cmake_args+=(-DLIVEKIT_VERSION="${LIVEKIT_VERSION}")
141141
fi
142142

0 commit comments

Comments
 (0)