Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 818a164

Browse files
committed
Hoping that this works on mac
1 parent ecb34ce commit 818a164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ if (IsRunningOnWindows ()) {
4444
}
4545
var MONODROID_PATH = MONODROID_BASE_PATH.Combine(ANDROID_SDK_VERSION);
4646

47-
var ANDROIDX_MAPPER_EXE = $"util/AndroidXMapper/AndroidXMapper/bin/{BUILD_CONFIG}/net47/AndroidXMapper.exe";
47+
var ANDROIDX_MAPPER_EXE = MakeAbsolute ((FilePath)$"util/AndroidXMapper/AndroidXMapper/bin/{BUILD_CONFIG}/net47/AndroidXMapper.exe");
4848

4949
Information ("MONODROID_BASE_PATH: {0}", MONODROID_BASE_PATH);
5050
Information ("MONODROID_PATH: {0}", MONODROID_PATH);
51+
Information ("ANDROIDX_MAPPER_EXE: {0}", ANDROIDX_MAPPER_EXE);
5152

5253
// You shouldn't have to configure anything below here
5354
// ######################################################

0 commit comments

Comments
 (0)