Skip to content

Commit 82fde6b

Browse files
committed
fix for older osx versions
1 parent 550e9a3 commit 82fde6b

File tree

2 files changed

+217
-171
lines changed

2 files changed

+217
-171
lines changed

external/source/shellcode/osx/stager/Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ GCC_BIN_OSX=`xcrun --sdk macosx -f gcc`
99
GCC_BASE_OSX=$(GCC_BIN_OSX) -Os $(CFLAGS)
1010
GCC_OSX=$(GCC_BASE_OSX) -arch x86_64
1111

12-
all: clean main_ios main_osx
13-
14-
main_ios: main.c
15-
$(GCC) -o $@ $^
16-
ldid -S $@
12+
all: clean main_osx
1713

1814
main_osx: main.c
1915
$(GCC_OSX) -o $@ $^

0 commit comments

Comments
 (0)