fwupd/contrib/vscode/launcher.sh

10 lines
281 B
Bash
Executable File

#!/bin/sh
export ROOT=#ROOT#
export FWUPD_LOCALSTATEDIR=${ROOT}/dist
export FWUPD_SYSCONFDIR=${ROOT}/dist/etc
export LD_LIBRARY_PATH=${ROOT}/dist/lib/$(gcc -dumpmachine)
if [ -n "${DEBUG}" ]; then
DEBUG="gdbserver localhost:9091"
fi
${DEBUG} ${ROOT}/dist/#EXECUTABLE# "$@"