CMake: Linux: update dependencies & use dynamic Boost (#864)
This commit is contained in:
parent
98d61b16f6
commit
fb7c9e22ff
6 changed files with 21 additions and 18 deletions
|
|
@ -34,7 +34,7 @@ modules:
|
|||
build-commands:
|
||||
- cd tools/build && bison -y -d -o src/engine/jamgram.cpp src/engine/jamgram.y
|
||||
- ./bootstrap.sh --prefix=$FLATPAK_DEST --with-libraries=system,thread,log,program_options || cat bootstrap.log
|
||||
- ./b2 install variant=release link=static,shared runtime-link=shared cxxflags="$CXXFLAGS" linkflags="$LDFLAGS"
|
||||
- ./b2 install variant=release link=shared runtime-link=shared cxxflags="$CXXFLAGS" linkflags="$LDFLAGS"
|
||||
-j $FLATPAK_BUILDER_N_JOBS
|
||||
sources:
|
||||
- type: archive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue