Skip to content
New issue

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

Make error #1

Open
vdun opened this issue Jun 10, 2020 · 1 comment
Open

Make error #1

vdun opened this issue Jun 10, 2020 · 1 comment

Comments

@vdun
Copy link

vdun commented Jun 10, 2020

Makefile:19: /tool.mk: No such file or directory
make: *** No rule to make target '/tool.mk'.  Stop.
@irmo-de
Copy link

irmo-de commented Jun 11, 2020

Makefile:19: /tool.mk: No such file or directory
make: *** No rule to make target '/tool.mk'.  Stop.

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants