mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 21:37:24 +00:00
12 lines
280 B
Bash
12 lines
280 B
Bash
###
|
|
# @Description:
|
|
# @Author: ekibun
|
|
# @Date: 2020-09-24 00:50:13
|
|
# @LastEditors: ekibun
|
|
# @LastEditTime: 2020-09-24 00:51:43
|
|
###
|
|
mkdir build
|
|
cd build
|
|
cmake .. -G Xcode -DCMAKE_TOOLCHAIN_FILE=../ios.toolchain.cmake -DPLATFORM=OS64COMBINED
|
|
cmake --build . --config Release
|