mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 17:35:13 +00:00
9 lines
354 B
Bash
9 lines
354 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# Copyright (C) 2022 Intel Corporation. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
rm -rf ./iwasm-proj
|
||
|
git clone https://github.com/leetal/ios-cmake.git ios-cmake
|
||
|
cmake -Biwasm-proj -G Xcode -DDEPLOYMENT_TARGET=11.0 -DPLATFORM=OS64 -DENABLE_BITCODE=0 -DCMAKE_TOOLCHAIN_FILE=ios-cmake/ios.toolchain.cmake .
|