mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
02b2e23663
Summary: public Make the makefile more flexible and add support for iOS9 Reviewed By: jspahrsummers Differential Revision: D2656510 fb-gh-sync-id: 0a8a6f137e68b50afedbc6d32266618ad79381e0
19 lines
329 B
Makefile
19 lines
329 B
Makefile
ios9:
|
|
IOS_VERSION=9 \
|
|
JSC_VERSION=7601.1.46.3 \
|
|
WEB_CORE_VERSION=7601.1.46.10 \
|
|
WTF_VERSION=7601.1.46.3 \
|
|
make -f Makefile.base
|
|
|
|
ios8:
|
|
IOS_VERSION=8 \
|
|
JSC_VERSION=7600.1.17 \
|
|
WEB_CORE_VERSION=7600.1.25 \
|
|
WTF_VERSION=7600.1.24 \
|
|
make -f Makefile.base
|
|
|
|
.PHONY: clean
|
|
clean:
|
|
-rm -rf $(wildcard *.dylib)
|
|
-rm -rf download
|