Skip to content

Commit a745841

Browse files
committed
Remove extra "
1 parent c410304 commit a745841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpython-unix/build-xextproto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" LD
2929
--build=${BUILD_TRIPLE} \
3030
--host=${TARGET_TRIPLE} \
3131
--prefix=/tools/deps \
32-
"${EXTRA_CONFIGURE_FLAGS}"
32+
${EXTRA_CONFIGURE_FLAGS}
3333

3434
make -j `nproc`
3535
make -j `nproc` install DESTDIR=${ROOT}/out

cpython-unix/build-xproto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" LD
2929
--build=${BUILD_TRIPLE} \
3030
--host=${TARGET_TRIPLE} \
3131
--prefix=/tools/deps \
32-
"${EXTRA_CONFIGURE_FLAGS}"
32+
${EXTRA_CONFIGURE_FLAGS}
3333

3434
make -j ${NUM_CPUS}
3535
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out

0 commit comments

Comments
 (0)