Skip to content

Commit

Permalink
More backslash fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 16, 2024
1 parent 5a28720 commit a43a7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libiconv/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def generate(self):
env.define("win32_target", "_WIN32_WINNT_VISTA")

if cross_building(self) and self.settings.os == "Android":
android_ndk_home = self.conf.get("tools.android:ndk_path")
android_ndk_home = self.conf.get("tools.android:ndk_path").replace("\\", "/")

target_host_triple = {
"armv7": "armv7a-linux-androideabi",
Expand Down

0 comments on commit a43a7bc

Please sign in to comment.