sed -e's| sed | set |'

This commit is contained in:
IOhannes m zmölnig 2018-02-07 16:18:37 +01:00
parent 7e47b9878b
commit b715b0e2ca

View file

@ -12,7 +12,7 @@ Assuming you have unzipped a W32 package for Pd into `${WINPDPATH}`, run:
make system=Windows pdbinpath="${WINPDPATH}/bin/" pdincludepath="${WINPDPATH}/src/" CC=i686-w64-mingw32-gcc
(if the project uses C++, you might also need to sed `CXX=i686-w64-mingw32-g++`)
(if the project uses C++, you might also need to set `CXX=i686-w64-mingw32-g++`)
## building double-precision externals