mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
scons: Reorder options for clarity
Also prefix all thirdparty-related toggles with `builtin`.
This commit is contained in:
@@ -4,7 +4,7 @@ Import('env')
|
||||
|
||||
if (env["platform"] in ["haiku", "osx", "windows", "x11"]):
|
||||
# Thirdparty source files
|
||||
if (env["glew"] != "system"): # builtin
|
||||
if (env['builtin_glew'] != 'no'): # builtin
|
||||
thirdparty_dir = "#thirdparty/glew/"
|
||||
thirdparty_sources = [
|
||||
"glew.c",
|
||||
|
||||
Reference in New Issue
Block a user