tools wrapper: correctly install the C wrapper

When building the C wrapper, specify the source file to be compiled.
This commit is contained in:
Yann E. MORIN" 2009-08-30 19:54:51 +02:00
parent 4ae5ff5fd8
commit 4bb7da8056

View File

@ -61,6 +61,7 @@ do_finish() {
CT_DoExecLog "${HOST_CC}" \
-Wall -Wextra -Wunreachable-code -Werror \
-O3 -static ${_t} \
"${CT_LIB_DIR}/scripts/wrapper.c" \
-o ".${CT_TARGET}-wrapper"
;;
esac