mirror of https://github.com/0intro/conterm
use __APPLE__ instead of __Darwin__
This commit is contained in:
parent
6ebf0a517b
commit
50eb08d17f
|
@ -116,7 +116,7 @@
|
|||
.text
|
||||
|
||||
.p2align 2,0x90
|
||||
#ifdef __Darwin__
|
||||
#ifdef __APPLE__
|
||||
.globl __md5block
|
||||
__md5block:
|
||||
#else
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.text
|
||||
|
||||
.p2align 2,0x90
|
||||
#ifdef __Darwin__
|
||||
#ifdef __APPLE__
|
||||
.globl __sha1block
|
||||
__sha1block:
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue