Merge pull request #1228 from LORgames/ssurtees/win64

Added Win64 as a recognized platform
This commit is contained in:
Samuel Surtees 2019-04-08 23:03:05 +10:00 committed by GitHub
commit 0c644dc1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1811,4 +1811,7 @@
filter { "system:darwin" }
toolset "clang"
filter { "platforms:Win64" }
architecture "x86_64"
filter {}