Commit 3f965ab9 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '47f9d7ce'

* commit '47f9d7ce':
  x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 1f17619f 47f9d7ce
......@@ -49,6 +49,8 @@
%define WIN64 1
%elifidn __OUTPUT_FORMAT__,win64
%define WIN64 1
%elifidn __OUTPUT_FORMAT__,x64
%define WIN64 1
%else
%define UNIX64 1
%endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment