Browse Source

old, uncommitted lpsolve compiel fix

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6728 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 13 years ago
parent
commit
2b614526e1
  1. 4
      prism/ext/lpsolve55/src/lp_solve_5.5/lpsolve55/ccc

4
prism/ext/lpsolve55/src/lp_solve_5.5/lpsolve55/ccc

@ -6,10 +6,10 @@ if [ "$ARCH" = "" ]; then
CFLAGS=-m32
fi
if [ "$ARCH" = "amd64" ]; then
CFLAGS=-m64 -fPIC -DPIC
CFLAGS="-m64 -fPIC -DPIC"
fi
if [ "$ARCH" = "ia64" ]; then
CFLAGS=-fPIC -DPIC
CFLAGS="-fPIC -DPIC"
fi
#determine platform (32/64 bit)

Loading…
Cancel
Save