File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ sources = [
11
11
# Bash recipe for building across all platforms
12
12
script = raw """
13
13
cd $WORKSPACE/srcdir/gettext-*/
14
-
15
- ./configure --prefix=$prefix --host=$target CFLAGS="-O2"
14
+ export CFLAGS="-O2"
15
+ ./configure --prefix=$prefix --host=$target
16
16
make -j${nproc}
17
17
make install
18
18
"""
@@ -23,12 +23,13 @@ platforms = supported_platforms()
23
23
24
24
# The products that we will ensure are always built
25
25
products = [
26
- LibraryProduct (" libgettext " , :libgettext )
26
+ LibraryProduct ([ " libgettextlib " , " libgettextlib-0-20 " ] , :libgettext )
27
27
]
28
28
29
29
# Dependencies that must be installed before this package can be built
30
30
dependencies = [
31
31
" Libiconv_jll" ,
32
+ " XML2_jll" ,
32
33
]
33
34
34
35
# Build the tarballs, and possibly a `build.jl` as well.
You can’t perform that action at this time.
0 commit comments