The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #98 from talex5/fix-uring-build

Fix liburing build bug

authored by

Thomas Leonard and committed by
GitHub
341894f6 7dd34a00

+1 -1
+1 -1
vendor/opam/uring/vendor/liburing/src/Makefile
··· 81 81 $(libname): $(liburing_sobjs) liburing.map 82 82 $(QUIET_CC)$(CC) $(SO_CFLAGS) -shared -Wl,--version-script=liburing.map -Wl,-soname=$(soname) -o $@ $(liburing_sobjs) $(LINK_FLAGS) 83 83 84 - $(ffi_libname): $(liburing_ffi_objs) $(liburing_ffi_sobjs) liburing-ffi.map 84 + $(ffi_libname): $(liburing_ffi_objs) $(liburing_ffi_sobjs) $(liburing_sobjs) liburing-ffi.map 85 85 $(QUIET_CC)$(CC) $(SO_CFLAGS) -shared -Wl,--version-script=liburing-ffi.map -Wl,-soname=$(ffi_soname) -o $@ $(liburing_sobjs) $(liburing_ffi_sobjs) $(LINK_FLAGS) 86 86 87 87 install: $(all_targets)