Add tweak for multiple instance

This commit is contained in:
Sunnyyoung
2017-03-17 16:53:52 +08:00
parent 9e45c60a81
commit 0ec8de7b53
3 changed files with 19 additions and 8 deletions
+1
View File
@@ -5,6 +5,7 @@ build::
clang -dynamiclib ./WeChatTweak.m -fobjc-link-runtime -current_version 1.0 -compatibility_version 1.0 -o ./${DYLIBFILE}
debug::
make clean
make build
DYLD_INSERT_LIBRARIES=./${DYLIBFILE} ${WECHATPATH}/WeChat &