From: bartoli Date: Thu, 1 Feb 2024 03:54:57 +0000 (+0100) Subject: Update README.md (#820) X-Git-Tag: upstream/3.4.7~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b1dd62bef4192b61153182f7687edf7e885611c;p=platform%2Fupstream%2Flibffi.git Update README.md (#820) For cygwin/MSVC build, CXXCPP is also needed to pass configure checks --- diff --git a/README.md b/README.md index 5ddaada..d8d9770 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ It's also possible to build libffi on Windows platforms with Microsoft's Visual C++ compiler. In this case, use the msvcc.sh wrapper script during configuration like so: - path/to/configure CC=path/to/msvcc.sh CXX=path/to/msvcc.sh LD=link CPP="cl -nologo -EP" CPPFLAGS="-DFFI_BUILDING_DLL" + path/to/configure CC=path/to/msvcc.sh CXX=path/to/msvcc.sh LD=link CPP="cl -nologo -EP" CXXCPP="cl -nologo -EP" CPPFLAGS="-DFFI_BUILDING_DLL" For 64-bit Windows builds, use ``CC="path/to/msvcc.sh -m64"`` and ``CXX="path/to/msvcc.sh -m64"``. You may also need to specify