diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-01-07 00:56:03 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-01-07 00:56:03 (GMT) |
commit | c3a2dfcf47d3a88723dfcaa81ce35363a0d41b20 (patch) | |
tree | 600996b5f6cb2cdf5c9cb039aacc5fb904dd5ad1 /tests/CMingw-cross-env.cmake | |
parent | 56692369cea8cb2339fc657deb7e5e039622c528 (diff) |
fix typo in path to CMingw-cross-env.cmake in instructions
Diffstat (limited to 'tests/CMingw-cross-env.cmake')
-rw-r--r-- | tests/CMingw-cross-env.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMingw-cross-env.cmake b/tests/CMingw-cross-env.cmake index 09ec1d1..7dd2a05 100644 --- a/tests/CMingw-cross-env.cmake +++ b/tests/CMingw-cross-env.cmake @@ -10,7 +10,7 @@ # http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Cross-compiling_for_Windows_on_Linux_or_Mac_OS_X # - cross-compile openscad.exe, to verify your installation works properly. # - cd openscad/tests && mkdir build-mingw32 && cd build-mingw32 -# - cmake .. -DCMAKE_TOOLCHAIN_FILE=CMingw-cross-env.cmake \ +# - cmake .. -DCMAKE_TOOLCHAIN_FILE=../CMingw-cross-env.cmake \ # -DMINGW_CROSS_ENV_DIR=<where mingw-cross-env is installed> # - make should proceed as normal. # - now run 'ctest' on your *nix machine. |