Skip to content

Commit

Permalink
bugfix changes the create_package script to call the project generato…
Browse files Browse the repository at this point in the history
…r executable generated by DebugNoOF
  • Loading branch information
ofTheo committed Aug 19, 2019
1 parent 99e2741 commit 18ef244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/create_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function createProjectFiles {
else
pg_platform=$pkg_platform
fi
${main_ofroot}/apps/projectGenerator/commandLine/bin/projectGenerator --recursive -p${pg_platform} -o$pkg_ofroot $pkg_ofroot/examples > /dev/null
${main_ofroot}/apps/projectGenerator/commandLine/bin/projectGenerator_debug --recursive -p${pg_platform} -o$pkg_ofroot $pkg_ofroot/examples > /dev/null
elif [ "$pkg_platform" == "linuxarmv6l" ] || [ "$pkg_platform" == "linuxarmv7l" ]; then
for example_group in $pkg_ofroot/examples/*; do
for example in $example_group/*; do
Expand Down

0 comments on commit 18ef244

Please sign in to comment.