You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Onigmo cannot be build both for x86 and x64 in the same source directory at the same time.
It's better to use separate build directories. E.g. build_x86 and build_x64.
The text was updated successfully, but these errors were encountered:
* Use separate build directories for x86 and x64. (Issue #67)
- MSVC: build_x86 and build_x64
- MinGW: build_i686, build_x86-64, etc.
* Add "test", "utest" and "pytest" targets.
* Change include directory. Now it is not needed to copy config.h and
test.c.
* Use separate build directories for x86 and x64. (Issue #67)
- MSVC: build_x86 and build_x64
- MinGW: build_i686, build_x86-64, etc.
* Add "test", "utest" and "pytest" targets.
* Change include directory. Now it is not needed to copy config.h and
test.c.
Currently Onigmo cannot be build both for x86 and x64 in the same source directory at the same time.
It's better to use separate build directories. E.g.
build_x86
andbuild_x64
.The text was updated successfully, but these errors were encountered: