Revert "A DIFFERENT ERROR YEEEAAAHH"

This reverts commit 6ab2ab8f9f.
This commit is contained in:
Yannik
2023-04-12 18:10:47 +02:00
parent 6ab2ab8f9f
commit 9fc9969606
13 changed files with 16 additions and 60 deletions

View File

@@ -14,10 +14,10 @@ env = SConscript("./godot-cpp/SConstruct")
# tweak this if you want to use different folders, or more folders, to store your source code in.
env.Append(CPPPATH=["src/"])
env.Append(CPPPATH=["src/","src/discord-game-sdk-cpp"])
env.Append(LIBPATH=["project/addons/discord-rpc-gd/lib"])
env.Append(LIBS=["discord_game_sdk"])
env.Append(LIBPATH=[ "./godot-cpp/bin", "src/discord-game-sdk-cpp/lib"])
env.Append(LIBS=[ "libgodot-cpp{}{}".format(env["suffix"], env["SHLIBSUFFIX"]), "discord_game_sdk"])
sources = Glob("src/*.cpp")
if env["platform"] == "macos":