Skip to content

Commit 317e306

Browse files
emscripten-forge-botIsabelParedes
authored andcommitted
Build less for emscripten-4x
1 parent 54931d2 commit 317e306

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

recipes/recipes_emscripten/less/recipe.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@ source:
1111
sha256: 2819f55564d86d542abbecafd82ff61e819a3eec967faa36cd3e68f1596a44b8
1212

1313
build:
14-
number: 0
14+
number: 1
1515

1616
requirements:
1717
build:
18-
- ${{ compiler("c") }}
19-
- make
20-
- autoconf
18+
- ${{ compiler("c") }}
19+
- make
20+
- autoconf
2121
host:
22-
- ncurses <6.5
22+
- ncurses <6.5
2323

2424
tests:
25-
- script:
26-
- test -f $PREFIX/bin/less.data
27-
- test -f $PREFIX/bin/less.js
28-
- test -f $PREFIX/bin/less.wasm
29-
- script: |
30-
OUTPUT=$(run_modularized $PREFIX/bin/less.js --version | head -1 | cut -c -9)
31-
if [[ "$OUTPUT" != "less 668 " ]]; then
32-
echo "Unexpected output: $OUTPUT"
33-
exit 1
34-
fi
35-
requirements:
36-
build:
37-
- run_modularized >= 0.1.2
25+
- script:
26+
- test -f $PREFIX/bin/less.data
27+
- test -f $PREFIX/bin/less.js
28+
- test -f $PREFIX/bin/less.wasm
29+
- script: |
30+
OUTPUT=$(run_modularized $PREFIX/bin/less.js --version | head -1 | cut -c -9)
31+
if [[ "$OUTPUT" != "less 668 " ]]; then
32+
echo "Unexpected output: $OUTPUT"
33+
exit 1
34+
fi
35+
requirements:
36+
build:
37+
- run_modularized >= 0.1.2
3838

3939
about:
4040
license: GPL-3.0-only
4141
license_file: COPYING
4242

4343
extra:
4444
recipe-maintainers:
45-
- ianthomas23
45+
- ianthomas23

0 commit comments

Comments
 (0)