From 6bf3734e4ac3efd4a7c32601c81878e38cfbeac0 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 5 Nov 2018 00:34:16 -0500 Subject: fix build on Linux/Mac --- build/common.targets | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/build/common.targets b/build/common.targets index e646e62c..f631633d 100644 --- a/build/common.targets +++ b/build/common.targets @@ -54,7 +54,7 @@ False - + $(GamePath)\GalaxyCSharp.dll @@ -87,8 +87,12 @@ False False - + + + $(GamePath)\Lidgren.Network.dll + False + $(GamePath)\StardewValley.exe False -- cgit