sorry about the syntax error

This commit is contained in:
Rasmus Pedersen 2017-09-01 13:53:05 +02:00
parent 9d1b531a4c
commit 6043834d45
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ def determine_gl_flags():
flags['library_dirs'] = ['/opt/vc/lib']
from platform import linux_distribution
dist = linux_distribution()
if if dist[0] == 'debian' and float(dist[1]) >= 9.1:
if dist[0] == 'debian' and float(dist[1]) >= 9.1:
flags['libraries'] = ['bcm_host', 'brcmEGL', 'brcmGLESv2']
else:
flags['libraries'] = ['bcm_host', 'EGL', 'GLESv2']