more linux stuff that shouldnt work

This commit is contained in:
Yannik
2023-04-26 13:01:40 +02:00
parent 68c52bac87
commit 9cf06aba4a

View File

@@ -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/'])