--- OSBindings/SDL/SConstruct.orig	2023-05-15 07:01:38.000000000 -0700
+++ OSBindings/SDL/SConstruct	2023-07-11 20:16:48.339990466 -0700
@@ -1,4 +1,5 @@
 import glob
+import os
 import sys
 
 # Establish UTF-8 encoding for Python 2.
@@ -7,7 +8,7 @@
 	sys.setdefaultencoding('utf-8')
 
 # Create build environment.
-env = Environment()
+env = Environment(ENV=os.environ.copy())
 
 # Determine compiler and linker flags for SDL.
 env.ParseConfig('sdl2-config --cflags')
