diff options
author | midipix <writeonce@midipix.org> | 2015-09-21 20:13:16 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:21 -0500 |
commit | 8eedf233f6e6e284e03dc41c0bd4648aca561fca (patch) | |
tree | e7533893c1a7f77cfba0c7bf458a3352430ddfd6 /sysinfo/host/x86_64-w64-mingw32.mk | |
parent | 85290aec47cbcb8444064882c32a4c8f1ab5a932 (diff) | |
download | perk-8eedf233f6e6e284e03dc41c0bd4648aca561fca.tar.bz2 perk-8eedf233f6e6e284e03dc41c0bd4648aca561fca.tar.xz |
build system: set ARCH (sub-folder for arch-specific files) by host.
Diffstat (limited to 'sysinfo/host/x86_64-w64-mingw32.mk')
-rw-r--r-- | sysinfo/host/x86_64-w64-mingw32.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysinfo/host/x86_64-w64-mingw32.mk b/sysinfo/host/x86_64-w64-mingw32.mk index 6ff9c83..7cded15 100644 --- a/sysinfo/host/x86_64-w64-mingw32.mk +++ b/sysinfo/host/x86_64-w64-mingw32.mk @@ -1,4 +1,5 @@ include $(PROJECT_DIR)/sysinfo/os/mingw.mk +ARCH = w64 HOST_BITS = 64 HOST_UNDERSCORE = '' |