Skip to content

Commit

Permalink
ios: fix iOS build - added darwin in define guard
Browse files Browse the repository at this point in the history
  • Loading branch information
flsobral committed Feb 17, 2021
1 parent ed1f7d4 commit 7161b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TotalCrossVM/src/nm/ui/android/skia.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@


extern "C" {
#if !defined APPLE && !defined ANDROID && defined linux && defined __arm__ && !defined __aarch64__
#if !defined APPLE && !defined ANDROID && !defined darwin && defined linux && defined __arm__ && !defined __aarch64__
// Avoid dependency on glibc 2.27
// These functions are used by Skia .a file, so we have to define a wrapper.
// https://stackoverflow.com/questions/8823267/linking-against-older-symbol-version-in-a-so-file
Expand Down

0 comments on commit 7161b45

Please sign in to comment.