Commit 5bbd5b8a authored by Joseph Noir's avatar Joseph Noir

Fix build directories for dual build option.

parent 2f45e494
...@@ -136,13 +136,13 @@ configure () ...@@ -136,13 +136,13 @@ configure ()
if [ -n "$3" ]; then if [ -n "$3" ]; then
append_cache_entry EXECUTABLE_OUTPUT_PATH PATH "$3" append_cache_entry EXECUTABLE_OUTPUT_PATH PATH "$3"
else else
append_cache_entry EXECUTABLE_OUTPUT_PATH PATH "$absolute_builddir/bin" append_cache_entry EXECUTABLE_OUTPUT_PATH PATH "$workdir/bin"
fi fi
if [ -n "$4" ]; then if [ -n "$4" ]; then
append_cache_entry LIBRARY_OUTPUT_PATH PATH "$4" append_cache_entry LIBRARY_OUTPUT_PATH PATH "$4"
else else
append_cache_entry LIBRARY_OUTPUT_PATH PATH "$absolute_builddir/lib" append_cache_entry LIBRARY_OUTPUT_PATH PATH "$workdir/lib"
fi fi
if [ -d "$workdir" ]; then if [ -d "$workdir" ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment