From 38675b0c4d91ed0aa1e4c55941ac4bbf968fff35 Mon Sep 17 00:00:00 2001 From: Ben Parsons <9ParsonsB@users.noreply.github.com> Date: Wed, 6 May 2020 03:37:40 +1000 Subject: [PATCH] Fix typo in targets file --- Raylib-cs/Raylib-cs.targets | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Raylib-cs/Raylib-cs.targets b/Raylib-cs/Raylib-cs.targets index 5e8e5a5..639733a 100644 --- a/Raylib-cs/Raylib-cs.targets +++ b/Raylib-cs/Raylib-cs.targets @@ -3,25 +3,25 @@ - ..\..\runtime\osx-x64\native\libraylib.dylib + ..\..\runtimes\osx-x64\native\libraylib.dylib - ..\..\runtime\win-x86\native\raylib.dll + ..\..\runtimes\win-x86\native\raylib.dll - ..\..\runtime\win-x64\native\raylib.dll + ..\..\runtimes\win-x64\native\raylib.dll - ..\..\runtime\linux-x64\native\raylib.so + ..\..\runtimes\linux-x64\native\raylib.so - \ No newline at end of file +