Skip to content

Commit

Permalink
Updated path for ninja build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Aug 1, 2023
1 parent 7db3011 commit afb807a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/windows/create_package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
output_dir="dab_radio_windows_x64"
build_dir="build-windows/examples/Release"
build_dir="build-windows/examples"

# clean directory
rm -rf ${output_dir}
Expand Down

0 comments on commit afb807a

Please sign in to comment.