Skip to content

Commit ce3d35d

Browse files
committed
Fix the MSYS2 build instructions; MSYS2_ARG_CONV_EXCL can no longer be empty.
1 parent 1eed7c9 commit ce3d35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ After installing MSYS2, select "MinGW-w64 Win32 shell" from the Start Menu. The
6262

6363
Download the source code of this library and navigate to the top-level directory using `cd`. Then run these commands to build the library and install it:
6464

65-
MSYS2_ARG_CONV_EXCL= cmake . -G"MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/mingw32
65+
MSYS2_ARG_CONV_EXCL=- cmake . -G"MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/mingw32
6666
make install DESTDIR=/
6767

6868
We currently do not provide any build files for Visual Studio. You can use CMake to generate Visual Studio build files, and the library and its examples will probably compile, but we have not tested the resulting library.

0 commit comments

Comments
 (0)