mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 09:41:08 +00:00
Except, get the TARGET_OS_OSX check correct.
This commit is contained in:
parent
e2fa760cdd
commit
f60de4cdf7
@ -3766,7 +3766,7 @@ static bool login_session_has_gui_access () {
|
||||
// $ security authorizationdb read system.privilege.taskport.debug
|
||||
|
||||
static bool developer_mode_enabled () {
|
||||
#if TARGET_OS_OSX == 1
|
||||
#if TARGET_OS_OSX == 0
|
||||
return true;
|
||||
#else
|
||||
CFDictionaryRef currentRightDict = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user