X-Git-Url: https://git.saurik.com/apple/libsystem.git/blobdiff_plain/699e58136bc7ec8b5d3dc02ce6229390f69f6d51..bc54ba4e54de50f2c87ab1deac7d6848facaa099:/GNUmakefile?ds=sidebyside diff --git a/GNUmakefile b/GNUmakefile index 816a18f..001973c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -93,6 +93,8 @@ fake: libc: $(MKDIR) '$(OBJROOT)/libc' $(BSDMAKE) -C libsys install \ + FEATURE_DEBUG_DYLIB=$(FEATURE_DEBUG_DYLIB) \ + FEATURE_PROFILE_DYLIB=$(FEATURE_PROFILE_DYLIB) \ DSTROOT='$(DSTROOT)' \ OBJROOT='$(OBJROOT)/libc' \ SRCROOT='$(SRCROOT)' \