wok-6.x diff libtorrent-rasterbar/receipt @ rev 22833
Add webgames
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 08 18:41:54 2020 +0100 (2020-02-08) |
parents | a0209f5e747b |
children | 2a63ec277b0d |
line diff
1.1 --- a/libtorrent-rasterbar/receipt Fri Apr 19 08:25:37 2019 +0100 1.2 +++ b/libtorrent-rasterbar/receipt Sat Feb 08 18:41:54 2020 +0100 1.3 @@ -20,12 +20,12 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + export CC=gcc-83 1.8 + export CXX=g++-83 1.9 ./configure \ 1.10 - CC=gcc-83 \ 1.11 - CXX=g++-83 \ 1.12 --enable-python-binding \ 1.13 $CONFIGURE_ARGS && 1.14 - make -j 1 && 1.15 + make && 1.16 make install 1.17 } 1.18