Skip to content

Commit c5d9188

Browse files
authored
Revert "Fix dylib filepath (#6)" (#7)
This reverts commit 376fc01.
1 parent 376fc01 commit c5d9188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/BuildMacOSTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public override void Run(BuildContext context)
1818

1919
// Copy artifact
2020
context.CreateDirectory(context.ArtifactsDir);
21-
context.CopyFile("sdl/build/libSDL2-2.0.0.dylib", $"{context.ArtifactsDir}/libSDL2.dylib");
21+
context.CopyFile("sdl/build/libSDL2-2.0.0.dylib", $"{context.ArtifactsDir}/libSDL2-2.0.0.dylib");
2222
}
2323
}

0 commit comments

Comments
 (0)