Skip to content

Commit

Permalink
Merge pull request xbmc#19517 from wsnipex/freebsd_buildsteps
Browse files Browse the repository at this point in the history
[jenkins] don't force internal spdlog on freebsd
  • Loading branch information
wsnipex authored Apr 6, 2021
2 parents 432cf58 + ca05002 commit 4e6f40d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/buildsteps/freebsd/configure-xbmc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ WORKSPACE=${WORKSPACE:-$( cd $(dirname $0)/../../.. ; pwd -P )}
XBMC_PLATFORM_DIR=freebsd
. $WORKSPACE/tools/buildsteps/defaultenv


mkdir -p $WORKSPACE/build
cd $WORKSPACE/build
cmake -DCMAKE_BUILD_TYPE=$Configuration -DENABLE_INTERNAL_SPDLOG=ON -DAPP_RENDER_SYSTEM=gl ..
cmake -DCMAKE_BUILD_TYPE=$Configuration -DAPP_RENDER_SYSTEM=gl ..

0 comments on commit 4e6f40d

Please sign in to comment.