From d490989640241d4a8f9d80d2881a57d7f0de35ab Mon Sep 17 00:00:00 2001 From: InspirationByte Date: Thu, 20 Jan 2022 21:57:57 +0300 Subject: [PATCH] - PsyCross premake5 lua script moved --- src_rebuild/premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_rebuild/premake5.lua b/src_rebuild/premake5.lua index 93409e21..ab56f11b 100644 --- a/src_rebuild/premake5.lua +++ b/src_rebuild/premake5.lua @@ -135,7 +135,7 @@ if os.target() == "windows" or os.target() == "emscripten" then end -- Psy-Cross layer -include "PsyCross/premake5.lua" +include "premake5_psycross.lua" -- game iteslf project "REDRIVER2"