Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jun 28, 2024
1 parent c4481a5 commit 0a0953c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ steps:
set -xe
export CMAKE_BUILD_PARALLEL_LEVEL="$(${NPROC_TOOL})"
echo "${CMAKE_BUILD_PARALLEL_LEVEL}"
export CFLAGS="${CFLAGS:-}${CFLAGS:= }${COMPILER_FLAGS}"
export CXXFLAGS="${CXXFLAGS:-}${CXXFLAGS:= }${COMPILER_FLAGS}"
export CFLAGS="${CFLAGS:-}${CFLAGS:= }${COMPILER_FLAGS}"
export CXXFLAGS="${CXXFLAGS:-}${CXXFLAGS:= }${COMPILER_FLAGS}"
cmake -S. -Bbuild \
-G"${CMAKE_GENERATOR}" \
-DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${CXX_COMPILER} \
Expand Down

0 comments on commit 0a0953c

Please sign in to comment.