Adding lib32ncurses and libx32ncurses.
original commit: 06f07a57b86ed83239ceb5274c43e359eb7b8e79
This commit is contained in:
parent
1bedb14887
commit
d32433bcd7
|
@ -22,5 +22,7 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
|
- lib32ncurses5-dev
|
||||||
|
- libx32ncurses5-dev
|
||||||
script:
|
script:
|
||||||
- ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting '
|
- ./configure -m=$TARGET_MACHINE && make && ( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting '
|
||||||
|
|
Loading…
Reference in New Issue
Block a user