[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:
parent
817bf1f50f
commit
f61ea911b5
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue