File tree Expand file tree Collapse file tree 3 files changed +3
-331
lines changed
recipes/recipes_emscripten/cppinterop Expand file tree Collapse file tree 3 files changed +3
-331
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
6
6
7
7
# Configure step
8
8
emcmake cmake -DCMAKE_BUILD_TYPE=Release \
9
- -DUSE_CLING=OFF \
10
- -DUSE_REPL=ON \
11
9
-DCMAKE_PREFIX_PATH=$PREFIX \
12
10
-DLLVM_DIR=$PREFIX \
13
11
-DLLD_DIR=$PREFIX \
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
context :
2
- version : 1.4 .0
2
+ version : 1.5 .0
3
3
4
4
package :
5
5
name : cppinterop
6
6
version : ${{ version }}
7
7
8
8
source :
9
9
url : https://github.com/compiler-research/CppInterOp/archive/refs/tags/v${{ version }}.tar.gz
10
- sha256 : 566e3818de97656990d302a916a2d6925db33c7765a762f36ba28dead03c34a8
11
- patches :
12
- - patches/lld.patch
10
+ sha256 : d29d610adeb23820533a456714c795de4e458153e04a003d26ac8b0326a3469f
13
11
14
12
build :
15
- number : 5
13
+ number : 0
16
14
17
15
requirements :
18
16
build :
You can’t perform that action at this time.
0 commit comments