mirror of
https://github.com/mroi/apple-internals.git
synced 2026-02-12 17:12:44 +00:00
Makefile: silence Nix git dirty warning
This commit is contained in:
4
Makefile
4
Makefile
@@ -50,9 +50,9 @@ sqlite: $(DB)
|
||||
|
||||
# MARK: - data extraction helpers
|
||||
|
||||
ACEXTRACT = $(shell nix build --no-write-lock-file .\#acextract && \
|
||||
ACEXTRACT = $(shell nix build --no-write-lock-file --no-warn-dirty .\#acextract && \
|
||||
readlink result && rm result)/bin/acextract
|
||||
DSCEXTRACTOR = $(shell nix build --no-write-lock-file .\#dsc-extractor && \
|
||||
DSCEXTRACTOR = $(shell nix build --no-write-lock-file --no-warn-dirty .\#dsc-extractor && \
|
||||
readlink result && rm result)/bin/dyld-shared-cache-extractor
|
||||
|
||||
dyld: /System/Cryptexes/OS/System/Library/dyld/dyld_shared_cache_x86_64h /System/Cryptexes/OS/System/DriverKit/System/Library/dyld/dyld_shared_cache_x86_64h
|
||||
|
||||
Reference in New Issue
Block a user