Skip to content

Commit

Permalink
Revert "boringssl.sh: pass _CMAKE_ASM_GLOBAL"
Browse files Browse the repository at this point in the history
This reverts commit be6f581.
  • Loading branch information
vszakats committed Nov 14, 2024
1 parent 4f78917 commit 3480c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boringssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ _VER="$1"
fi

# shellcheck disable=SC2086
cmake -B "${_BLDDIR}" ${_CMAKE_GLOBAL} ${_CMAKE_CXX_GLOBAL} ${_CMAKE_ASM_GLOBAL} ${options} \
cmake -B "${_BLDDIR}" ${_CMAKE_GLOBAL} ${_CMAKE_CXX_GLOBAL} ${options} \
'-DBUILD_SHARED_LIBS=OFF' \
"-DCMAKE_C_FLAGS=${_CFLAGS_GLOBAL_CMAKE} ${_CFLAGS_GLOBAL} ${_CPPFLAGS_GLOBAL} ${CFLAGS} ${CPPFLAGS} ${_LDFLAGS_GLOBAL} ${LIBS}" \
"-DCMAKE_CXX_FLAGS=${_CFLAGS_GLOBAL_CMAKE} ${_CFLAGS_GLOBAL} ${_CPPFLAGS_GLOBAL} ${CFLAGS} ${CPPFLAGS} ${_LDFLAGS_GLOBAL} ${LIBS} ${_CXXFLAGS_GLOBAL} ${_LDFLAGS_CXX_GLOBAL}"
Expand Down

0 comments on commit 3480c43

Please sign in to comment.