We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229019b commit cafbc89Copy full SHA for cafbc89
recipes/games/gigalomania/recipe.sh
@@ -11,7 +11,7 @@ function recipe_version {
11
function recipe_build {
12
export CPPHOST=${HOST}-g++
13
sysroot="$(realpath ../sysroot)"
14
- export LDFLAGS="-L$sysroot/lib --static"
+ export LDFLAGS="-L$sysroot/lib -rdynamic"
15
export CPPFLAGS="-I$sysroot/include"
16
"$REDOX_MAKE" all -j"$($NPROC)"
17
skip=1
0 commit comments