We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee53db commit e5d6aacCopy full SHA for e5d6aac
sdk/cpprt/Makefile
@@ -75,7 +75,8 @@ all: $(CPPRT)
75
prepare-libunwind:
76
$(CP) linux/pthread_compat.h $(LIBUNWIND_DIR)/include
77
78
-$(CPPRT): $(OBJS) prepare-libunwind libunwind
+$(CPPRT): $(OBJS) prepare-libunwind
79
+ $(Make) libunwind
80
$(CP) $(LIBUNWIND_DIR)/src/.libs/libunwind.a $(CPPRT)
81
$(AR) rs $@ $(OBJS)
82
0 commit comments