reordered the libs

This commit is contained in:
Yannik
2023-04-29 19:22:22 +02:00
parent 2fef7711a3
commit d5a83198d4
154 changed files with 300258 additions and 7 deletions

View File

@@ -1,10 +1,8 @@
#!python
import os
# TOTAL HOURS WASTED ON LINUX SUPPORT: 22
# Gets the standard flags CC, CCX, etc.
env = SConscript("godot-cpp/SConstruct")
env = SConscript("lib/godot-cpp/SConstruct")
# Check our platform specifics
if env['platform'] == "macos":
@@ -16,7 +14,6 @@ elif env['platform'] in ('linuxbsd', 'linux'):
libexportfolder = "/linux/"
elif env['platform'] == "windows":
discord_library = 'discord_game_sdk.dll'
libexportfolder = "/windows/"