@@ -35,8 +35,8 @@ Index: platform/x11/detect.py
35
35
-
36
36
## Architecture
37
37
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):
40
40
else:
41
41
print("Warning: ALSA libraries not found. Disabling the ALSA audio driver.")
42
42
@@ -47,7 +47,7 @@ Index: platform/x11/detect.py
47
47
if env["pulseaudio"]:
48
48
if os.system("pkg-config --exists libpulse") == 0: # 0 means found
49
49
env.Append(CPPDEFINES=["PULSEAUDIO_ENABLED"])
50
- @@ -348 ,6 +329 ,9 @@ def configure(env):
50
+ @@ -350 ,6 +331 ,9 @@ def configure(env):
51
51
else:
52
52
env["udev"] = False # Linux specific
53
53
@@ -57,7 +57,7 @@ Index: platform/x11/detect.py
57
57
# Linkflags below this line should typically stay the last ones
58
58
if not env["builtin_zlib"]:
59
59
env.ParseConfig("pkg-config zlib --cflags --libs")
60
- @@ -375 ,11 +359 ,6 @@ def configure(env):
60
+ @@ -380 ,11 +364 ,6 @@ def configure(env):
61
61
print(
62
62
"Warning: Creating template binaries enabled for PCK embedding is currently only supported with GNU ld, not gold or LLD."
63
63
)
0 commit comments