Commit 2972ff40bfa0403150dc8f901e739a917d41803f
Exists in
master
and in
1 other branch
Merge branch 'master' into develop
Showing
1 changed file
with
0 additions
and
12 deletions
Show diff stats
lgtm.yml
... | ... | @@ -38,15 +38,3 @@ extraction: |
38 | 38 | build_command: |
39 | 39 | - make all |
40 | 40 | |
41 | -# - export PRE_REQS_DIR=$(readlink -f .)/pre-reqs | |
42 | -# - git clone https://github.com/PerryWerneck/lib3270.git ./lib3270 | |
43 | -# - cd lib3270 | |
44 | -# - make | |
45 | -# - make DESTDIR=${PRE_REQS_DIR} install | |
46 | -# - cd .. | |
47 | -# - export LIB3270_CFLAGS="-DLIB3270_NAME=3270 -DLIB3270_REVISION=00000000 -I${PRE_REQS_DIR}/usr/include" | |
48 | -# - export LIB3270_LIBS="-L${PRE_REQS_DIR}/usr/lib -l3270" | |
49 | -# - NOCONFIGURE=1 ./autogen.sh | |
50 | -# - ./configure --prefix=/usr --with-product-name="pw3270" | |
51 | - | |
52 | - | ... | ... |