Skip to content

Commit

Permalink
deps.ffmpeg: Fix MbedTLS compile error with Clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav authored and RytoEX committed Jan 24, 2024
1 parent 473122f commit cb0e335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.ffmpeg/60-mbedtls.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ config() {
-DGEN_FILES=OFF
)

if [[ ${config} == Release ]] args+=(-DCMAKE_C_FLAGS="-std=c17 -g")
if [[ ${config} == Release ]] args=(${args//-DCMAKE_C_FLAGS=/-DCMAKE_C_FLAGS=-g })

log_info "Config (%F{3}${target}%f)"
cd "${dir}"
Expand Down

0 comments on commit cb0e335

Please sign in to comment.