Skip to content

Commit e5d6aac

Browse files
authored
Make libuwind target thread safe
1 parent 2ee53db commit e5d6aac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/cpprt/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ all: $(CPPRT)
7575
prepare-libunwind:
7676
$(CP) linux/pthread_compat.h $(LIBUNWIND_DIR)/include
7777

78-
$(CPPRT): $(OBJS) prepare-libunwind libunwind
78+
$(CPPRT): $(OBJS) prepare-libunwind
79+
$(Make) libunwind
7980
$(CP) $(LIBUNWIND_DIR)/src/.libs/libunwind.a $(CPPRT)
8081
$(AR) rs $@ $(OBJS)
8182

0 commit comments

Comments
 (0)