diff options
Diffstat (limited to 'src/GvimExt/Makefile')
-rw-r--r-- | src/GvimExt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GvimExt/Makefile b/src/GvimExt/Makefile index b45198144..a57840fa1 100644 --- a/src/GvimExt/Makefile +++ b/src/GvimExt/Makefile @@ -16,6 +16,9 @@ NODEBUG = 1 # On Windows NT ! ifndef CPU CPU = i386 +! if !defined(PLATFORM) && defined(TARGET_CPU) +PLATFORM = $(TARGET_CPU) +! endif ! ifdef PLATFORM ! if ("$(PLATFORM)" == "x64") || ("$(PLATFORM)" == "X64") CPU = AMD64 |