@@ -35,8 +35,8 @@ Index: platform/x11/detect.py
3535-
3636 ## Architecture
3737
38- is64 = sys.maxsize > 2 ** 32
39- @@ -331 ,6 +308 ,10 @@ def configure(env):
38+ is64 = sys.maxsize > 2** 32
39+ @@ -332 ,6 +309 ,10 @@ def configure(env):
4040 else:
4141 print("Warning: ALSA libraries not found. Disabling the ALSA audio driver.")
4242
@@ -47,7 +47,7 @@ Index: platform/x11/detect.py
4747 if env["pulseaudio"]:
4848 if os.system("pkg-config --exists libpulse") == 0: # 0 means found
4949 env.Append(CPPDEFINES=["PULSEAUDIO_ENABLED"])
50- @@ -348 ,6 +329 ,9 @@ def configure(env):
50+ @@ -350 ,6 +331 ,9 @@ def configure(env):
5151 else:
5252 env["udev"] = False # Linux specific
5353
@@ -57,7 +57,7 @@ Index: platform/x11/detect.py
5757 # Linkflags below this line should typically stay the last ones
5858 if not env["builtin_zlib"]:
5959 env.ParseConfig("pkg-config zlib --cflags --libs")
60- @@ -375 ,11 +359 ,6 @@ def configure(env):
60+ @@ -380 ,11 +364 ,6 @@ def configure(env):
6161 print(
6262 "Warning: Creating template binaries enabled for PCK embedding is currently only supported with GNU ld, not gold or LLD."
6363 )
0 commit comments