[FIX] Wrong flag!

This commit is contained in:
lda 2023-11-02 15:53:27 -04:00
parent ade8886543
commit 7c8245808c

View file

@ -32,5 +32,5 @@ runs:
echo Compiling Cytoplasm... echo Compiling Cytoplasm...
cd ${{inputs.checkout}} cd ${{inputs.checkout}}
export CC="${{inputs.compiler}}" export CC="${{inputs.compiler}}"
./configure --no-static && make ./configure --prefix=/usr --no-static && make
[ "${{inputs.install}}" = "true" ] && make DESTDIR=/usr install [ "${{inputs.install}}" = "true" ] && make install