Commit a6c1546b45942f902320de59c71b81384e5aba0c
1 parent
ec31f2dd
Exists in
master
and in
2 other branches
Fixing windows build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
win/pack.sh
... | ... | @@ -30,7 +30,7 @@ PRODUCT_NAME="pw3270" |
30 | 30 | LIBRARY_NAME="lib3270" |
31 | 31 | CORE_LIBRARIES="lib3270 libv3270 libipc3270" |
32 | 32 | PACKAGE_PLUGINS="" |
33 | -PACKAGE_EXTRAS="libhllapi" | |
33 | +PACKAGE_EXTRAS="libhllapi pw3270-keypads" | |
34 | 34 | |
35 | 35 | #TARGET_ARCHS="x86_64 x86_32" |
36 | 36 | TARGET_ARCHS="x86_64" | ... | ... |