Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
- workaround for Android
Browse files Browse the repository at this point in the history
Signed-off-by: SSE4 <[email protected]>
  • Loading branch information
SSE4 committed May 4, 2018
1 parent 1f78681 commit c648cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def build_cmake(self):
cmake.definitions["IOS"] = True
elif self.settings.os == "Android":
cmake.definitions["ANDROID"] = True
cmake.definitions["CONAN_LIBCXX"] = ''
cmake.configure()
cmake.build()
cmake.install()
Expand Down

0 comments on commit c648cea

Please sign in to comment.