Skip to content
Snippets Groups Projects
Commit 12238076 authored by Emuis's avatar Emuis
Browse files

fix compiling on ARM

parent a00a4cca
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ elif echo "$ARCH" | grep -Ee '^arm' > /dev/null
then
echo "arm arch"
# tweego doesn't provide arm binaries so you have to build it yourself
TWEEGO_PATH=devTools/tweeGo/storyFormats
export TWEEGO_PATH=devTools/tweeGo/storyFormats
tweego -o bin/FC_pregmod.html src/
else
exit 2
......
......@@ -17,7 +17,7 @@ elif echo "$ARCH" | grep -Ee '^arm' > /dev/null
then
echo "arm arch"
# tweego doesn't provide arm binaries so you have to build it yourself
TWEEGO_PATH=devTools/tweeGo/storyFormats
export TWEEGO_PATH=devTools/tweeGo/storyFormats
tweego -o "bin/FC_pregmod_$HASH.html" src/
else
exit 2
......
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