Skip to content

Commit 7ac7397

Browse files
committed
[Fix] Wrong path in the RL2_LibPath MSBuild property
1 parent e5ccbac commit 7ac7397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void Main(string[] args) {
3030
<PropertyGroup>
3131
<RL2_Path>{directory}</RL2_Path>
3232
<RL2_DataPath>{DataPath}</RL2_DataPath>
33-
<RL2_LibPath>{DataPath}</RL2_LibPath>
33+
<RL2_LibPath>{ManagedPath}</RL2_LibPath>
3434
</PropertyGroup>
3535
3636
<!-- Shared references -->

0 commit comments

Comments
 (0)