File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ $(SRCCACHE)/libunwind-$(UNWIND_VER)/libunwind-static-arm.patch-applied: $(SRCCAC
27
27
$(BUILDDIR ) /libunwind-$(UNWIND_VER ) /build-configured : $(SRCCACHE ) /libunwind-$(UNWIND_VER ) /source-extracted $(SRCCACHE ) /libunwind-$(UNWIND_VER ) /libunwind-static-arm.patch-applied
28
28
mkdir -p $(dir $@ )
29
29
cd $(dir $@ ) && \
30
- $(dir $< ) /configure $(CONFIGURE_COMMON ) CPPFLAGS=" $( CPPFLAGS) $( LIBUNWIND_CPPFLAGS) " CFLAGS=" $( CFLAGS) $( LIBUNWIND_CFLAGS) " --disable -shared --disable-minidebuginfo --disable-tests
30
+ $(dir $< ) /configure $(CONFIGURE_COMMON ) CPPFLAGS=" $( CPPFLAGS) $( LIBUNWIND_CPPFLAGS) " CFLAGS=" $( CFLAGS) $( LIBUNWIND_CFLAGS) " --enable -shared --disable-minidebuginfo --disable-tests
31
31
echo 1 > $@
32
32
33
33
$(BUILDDIR ) /libunwind-$(UNWIND_VER ) /build-compiled : $(BUILDDIR ) /libunwind-$(UNWIND_VER ) /build-configured
You can’t perform that action at this time.
0 commit comments