diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mwasmarm_patcher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mwasmarm_patcher/Makefile b/tools/mwasmarm_patcher/Makefile index 5cf20ee4..bc3082dc 100644 --- a/tools/mwasmarm_patcher/Makefile +++ b/tools/mwasmarm_patcher/Makefile @@ -4,4 +4,4 @@ CFLAGS := -O3 all: mwasmarm_patcher
mwasmarm_patcher: mwasmarm_patcher.c
- $(CC) $(CFLAGS) -o $@ $< -lssl -lcrypto
+ $(CC) $(CFLAGS) -o $@ $<
|