Skip to content

Commit

Permalink
Script: enable USE_ANGRYLION in Build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 22, 2024
1 parent 3a58264 commit c6b9f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Script/Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi

mkdir -p "$build_dir"

cmake -S "$toplvl_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="$build_config" -DPORTABLE_INSTALL=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G "Ninja"
cmake -S "$toplvl_dir" -B "$build_dir" -DCMAKE_BUILD_TYPE="$build_config" -DPORTABLE_INSTALL=ON -DUSE_ANGRYLION=ON -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G "Ninja"

cmake --build "$build_dir" --parallel "$threads"

Expand Down

0 comments on commit c6b9f5b

Please sign in to comment.