Fixed fortune-mod

This commit is contained in:
Alexander Hill
2026-01-14 20:15:59 -05:00
parent 790af5635d
commit 0be39e0a35
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,9 @@ export CFLAGS="-O3 -pipe"
export CXX=clang++
export CXXFLAGS=$CFLAGS
# Temporary workaround since root is the only user. ~ahill
export FORCE_UNSAFE_CONFIGURE=1
# xz Build
# NOTE: xz is needed to run "treetap package", so we manually install. ~ahill
cd /maple