We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile:19: /tool.mk: No such file or directory make: *** No rule to make target '/tool.mk'. Stop.
The text was updated successfully, but these errors were encountered:
Replace the makefile with this code (tool is working great by the way)
ARCHS=arm64 TARGET=iphone::11.4 ADDITIONAL_OBJCFLAGS = -fobjc-arc THEOS_DEVICE_IP=192.168.1.108 include $(THEOS)/makefiles/common.mk TOOL_NAME = proxytool proxytool_FILES = main.mm WiFiProxy.m proxytool_FRAMEWORKS = Foundation SystemConfiguration proxytool_LDFLAGS = -undefined dynamic_lookup include $(THEOS_MAKE_PATH)/tool.mk before-package:: ldid -S./Ent.plist $(THEOS_STAGING_DIR)/usr/bin/$(TOOL_NAME);
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: