mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 13:27:24 +00:00
12 lines
243 B
Bash
12 lines
243 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_OSX_ARCHITECTURES=x86_64
|
|
cmake --build . --config Release
|