A DIFFERENT ERROR YEEEAAAHH

This commit is contained in:
Yannik
2023-04-12 12:48:58 +02:00
parent 0eb3f29117
commit 6ab2ab8f9f
13 changed files with 60 additions and 16 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/","src/discord-game-sdk-cpp"])
env.Append(CPPPATH=["src/"])
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"])
env.Append(LIBPATH=["project/addons/discord-rpc-gd/lib"])
env.Append(LIBS=["discord_game_sdk"])
sources = Glob("src/*.cpp")
if env["platform"] == "macos":