disable debug postfix on mac (#6827)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
Alexey Lebedev 2021-08-04 10:45:41 +03:00 committed by GitHub
parent 8c4cee1b58
commit 6f23458534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ set(IE_DEBUG_POSTFIX_WIN "d")
set(IE_RELEASE_POSTFIX_WIN "")
set(IE_DEBUG_POSTFIX_LIN "")
set(IE_RELEASE_POSTFIX_LIN "")
set(IE_DEBUG_POSTFIX_MAC "d")
set(IE_DEBUG_POSTFIX_MAC "")
set(IE_RELEASE_POSTFIX_MAC "")
if(WIN32)