fix comment

This commit is contained in:
Greyson Christoforo 2020-12-05 15:57:23 +00:00
parent 6c27425835
commit a830603091

View file

@ -59,8 +59,8 @@ prepare() {
# patch out a build error
#curl -L "https://github.com/FreeCAD/FreeCAD/pull/2842/commits/095984fce44931a4c8e2ace269d45a62640fbfb4.patch" | patch -p1
# OpenCascade requires that /bin comes before /usr/bin in $PATH
export PATH="/usr/bin:$PATH"
# OpenCascade requires that /bin comes before /usr/bin in $PATH (no longer needed?)
#export PATH="/usr/bin:$PATH"
mkdir -p build
cd build