Skip to content

Commit cafbc89

Browse files
committed
fix dynamic linked deps
1 parent 229019b commit cafbc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/games/gigalomania/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function recipe_version {
1111
function recipe_build {
1212
export CPPHOST=${HOST}-g++
1313
sysroot="$(realpath ../sysroot)"
14-
export LDFLAGS="-L$sysroot/lib --static"
14+
export LDFLAGS="-L$sysroot/lib -rdynamic"
1515
export CPPFLAGS="-I$sysroot/include"
1616
"$REDOX_MAKE" all -j"$($NPROC)"
1717
skip=1

0 commit comments

Comments
 (0)