From 9cf06aba4aca68cc2b25000dac6c52596d8cca82 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:01:40 +0200 Subject: [PATCH] more linux stuff that shouldnt work --- SConstruct | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index c2c4a3e..7ad45e0 100644 --- a/SConstruct +++ b/SConstruct @@ -1,6 +1,8 @@ #!python import os +# TOTAL HOURS WASTED ON LINUX SUPPORT: 22 + # Gets the standard flags CC, CCX, etc. env = SConscript("godot-cpp/SConstruct") @@ -27,7 +29,7 @@ else: env.Append(LIBPATH=["lib/discord-game-sdk/"]) sources = Glob('src/discord-game-sdk-cpp/*.cpp') env.Append(CPPPATH=['src/discord-game-sdk-cpp']) -env.Append(LIBS=[discord_library.replace(".dll", "")]) +env.Append(LIBS=["discord_game_sdk"]) # tweak this if you want to use different folders, or more folders, to store your source code in. env.Append(CPPPATH=['src/'])