Skip to content

Commit

Permalink
Only apply the patch forward, and ensure the working directory is cor…
Browse files Browse the repository at this point in the history
…rect.
  • Loading branch information
freakboy3742 committed Jun 25, 2024
1 parent 26cd9ae commit 2d5a0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ $(BUILDPYTHON)-gdb.py: $(SRC_GDB_HOOKS)
# known modifications to the source tree before building.
.PHONY: app-store-compliance
app-store-compliance:
patch -p1 @APP_STORE_COMPLIANCE_PATCH_FLAGS@ < $(srcdir)/$(APP_STORE_COMPLIANCE_PATCH)
patch @APP_STORE_COMPLIANCE_PATCH_FLAGS@ --forward --strip=1 --directory="$(srcdir)" --input "$(APP_STORE_COMPLIANCE_PATCH)"

# This rule is here for OPENSTEP/Rhapsody/MacOSX. It builds a temporary
# minimal framework (not including the Lib directory and such) in the current
Expand Down

0 comments on commit 2d5a0a7

Please sign in to comment.