Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
add define on bazel to flag docc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliga committed Apr 22, 2022
1 parent b337b5a commit 4863b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TulsiGenerator/Scripts/bazel_docc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkdir -p ${symbol_graph_arch_dir}
(
set -x

"${bazel_executable}" clean && "${bazel_executable}" build ${target} ${config} --nouse_action_cache --remote_upload_local_results=false
"${bazel_executable}" clean && "${bazel_executable}" build ${target} ${config} --define=enable_docc_generation=1 --nouse_action_cache --remote_upload_local_results=false
)

docc_exec=$(xcode-select -p)/Toolchains/XcodeDefault.xctoolchain/usr/bin/docc
Expand Down

0 comments on commit 4863b03

Please sign in to comment.