diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2013-09-24 05:44:33 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2013-09-24 05:44:33 (GMT) |
commit | de95b08b892d167465157942c6f9b6e0648ec4ed (patch) | |
tree | 9d626998bc3808efa6051a83601c345d83f3cd11 | |
parent | 24a1691f420e28fdbab0dfb46a89fca25148712a (diff) | |
download | tk-win32_arm.zip tk-win32_arm.tar.gz tk-win32_arm.tar.bz2 |
Fix one missed makefile comment change.win32_arm
-rw-r--r-- | win/makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 0238065..d749309 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -124,7 +124,7 @@ the build instructions. # nodep = Turns off compatability macros to ensure the core # isn't being built with deprecated functions. # -# MACHINE=(ALPHA|AMD64|IA64|IX86) +# MACHINE=(ARM|AMD64|IA64|X86) # Set the machine type used for the compiler, linker, and # resource compiler. This hook is needed to tell the tools # when alternate platforms are requested. IX86 is the default |