Skip to content

Commit

Permalink
feat: 修正 mac 平台的编译判断
Browse files Browse the repository at this point in the history
  • Loading branch information
reckfullol committed Apr 28, 2024
1 parent 6c7e89b commit eab8a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llbc/include/llbc/common/PFConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#endif

// Mac platform recognize.
#if !LLBC_TARGET_PLATFORM && TARGET_OS_MAC
#if !LLBC_TARGET_PLATFORM && defined(__APPLE__)
#undef LLBC_TARGET_PLATFORM
#define LLBC_TARGET_PLATFORM LLBC_PLATFORM_MAC
#endif
Expand Down

0 comments on commit eab8a71

Please sign in to comment.