diff options
-rw-r--r-- | jpeg/jpeg_6b.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jpeg/jpeg_6b.oe b/jpeg/jpeg_6b.oe index e92036f699..860eff1e48 100644 --- a/jpeg/jpeg_6b.oe +++ b/jpeg/jpeg_6b.oe @@ -14,7 +14,7 @@ EXTRA_OECONF="--enable-static --enable-shared" CFLAGS_append = " -D_REENTRANT" -CC = ${CC} +CC = ${TARGET_ARCH}-${TARGET_OS}-gcc do_stage() { install -m 644 -D jconfig.h ${STAGING_DIR}/target/include/jconfig.h |