Launch games under the correct user account on Windows (#600)
This commit is contained in:
parent
c1f0daa024
commit
05f5370efe
10 changed files with 413 additions and 39 deletions
|
|
@ -33,7 +33,7 @@ modules:
|
|||
buildsystem: simple
|
||||
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 || cat bootstrap.log
|
||||
- ./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"
|
||||
-j $FLATPAK_BUILDER_N_JOBS
|
||||
sources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue