Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f61ea91

Browse files
committed
[Profiler] Fix makefile target
Summary: Simple rename. Closes facebook#2595 Github Author: James Ide <[email protected]>
1 parent 817bf1f commit f61ea91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JSCLegacyProfiler/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ else
2626
cp $^
2727
endif
2828

29-
/tmp/JSCProfiler:
29+
/tmp/RCTJSCProfiler:
3030
mkdir -p $@
3131

3232
.PRECIOUS: RCTJSCProfiler.ios8.dylib
3333
RCTJSCProfiler.ios8.dylib: RCTJSCProfiler_unsigned.ios8.dylib
3434
cp $< $@
35-
codesign -f -s ${CERT} $@ || rm $@
35+
codesign -f -s "${CERT}" $@ || rm $@
3636

3737
.PRECIOUS: RCTJSCProfiler_unsigned.ios8.dylib
3838
RCTJSCProfiler_unsigned.ios8.dylib: $(patsubst %,RCTJSCProfiler_%.ios8.dylib,$(ARCHS))

0 commit comments

Comments
 (0)