Skip to content

Commit

Permalink
Updates collect script to use new cmake install path.
Browse files Browse the repository at this point in the history
  • Loading branch information
abaire committed Jul 14, 2023
1 parent 8501695 commit f31bcff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu
set -o pipefail

readonly test_output_dir='e:\pgraph\nxdk_pgraph_tests\'
readonly test_output_dir='e:\nxdk_pgraph_tests_xiso\'

if [[ $# -gt 0 ]]; then
xbox=$1
Expand Down

0 comments on commit f31bcff

Please sign in to comment.