Skip to content

Commit 96e0f4b

Browse files
jeffkilpatrickGitHub Enterprise
authored andcommitted
* Add missing continuation backslash (microsoft#163)
1 parent eb1b9aa commit 96e0f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcom/scripts/linux/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ common_args=(--cmake_generator "${cmake_generator}" \
7979
--config "${config}" \
8080
--use_cache --parallel \
8181
--build_dir "${build_dir}" \
82-
--wheel_name_suffix qcom-internal
82+
--wheel_name_suffix qcom-internal \
8383
--compile_no_warning_as_error)
8484

8585
action_args=()

0 commit comments

Comments
 (0)