Skip to content
Snippets Groups Projects
Verified Commit 7205a48d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Make gigalomania static

parent 574ac5c5
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ function recipe_update {
function recipe_build {
export CPPHOST=${HOST}-g++
sysroot="$(realpath ../sysroot)"
export LDFLAGS="-L$sysroot/lib"
export LDFLAGS="-L$sysroot/lib --static"
export CPPFLAGS="-I$sysroot/include"
"$REDOX_MAKE" all -j"$($NPROC)"
skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment