diff options
author | Chris Robinson <[email protected]> | 2009-09-12 20:02:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-09-12 20:02:45 -0700 |
commit | d516f8c4bdc27754efce2fac5f500f8d238492c2 (patch) | |
tree | b739072646d381e84943523a291bc479e5c773d0 | |
parent | 5d1c3a0c63ab4c1ed28d72ae20349bd8835239d1 (diff) |
Update comment
-rw-r--r-- | XCompile.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/XCompile.txt b/XCompile.txt index a6b06c75..9826d174 100644 --- a/XCompile.txt +++ b/XCompile.txt @@ -1,6 +1,5 @@ # Cross-compiling requires CMake 2.6 or newer. To cross-compile, first modify -# this file to set the proper settings and paths. Then use it from CMakeConf/ -# like: +# this file to set the proper settings and paths. Then use it from build/ like: # cmake .. -DCMAKE_TOOLCHAIN_FILE=../XCompile.txt \ # -DCMAKE_INSTALL_PREFIX=/usr/mingw32/mingw # If you already have a toolchain file setup, you may use that instead of this |