mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
[Profiler] Fix makefile target
Summary: Simple rename. Closes https://github.com/facebook/react-native/pull/2595 Github Author: James Ide <ide@jameside.com>
This commit is contained in:
@@ -26,13 +26,13 @@ else
|
||||
cp $^
|
||||
endif
|
||||
|
||||
/tmp/JSCProfiler:
|
||||
/tmp/RCTJSCProfiler:
|
||||
mkdir -p $@
|
||||
|
||||
.PRECIOUS: RCTJSCProfiler.ios8.dylib
|
||||
RCTJSCProfiler.ios8.dylib: RCTJSCProfiler_unsigned.ios8.dylib
|
||||
cp $< $@
|
||||
codesign -f -s ${CERT} $@ || rm $@
|
||||
codesign -f -s "${CERT}" $@ || rm $@
|
||||
|
||||
.PRECIOUS: RCTJSCProfiler_unsigned.ios8.dylib
|
||||
RCTJSCProfiler_unsigned.ios8.dylib: $(patsubst %,RCTJSCProfiler_%.ios8.dylib,$(ARCHS))
|
||||
|
||||
Reference in New Issue
Block a user