Adding '/opt/vc/lib' to library_dirs in the proper way for raspberry pi (archlinuxarm)

This commit is contained in:
Pascal JACQ 2014-10-21 08:48:21 +02:00
parent 9e47b0cf4c
commit 86990785bf
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ def determine_gl_flags():
flags['include_dirs'] = ['/opt/vc/include',
'/opt/vc/include/interface/vcos/pthreads',
'/opt/vc/include/interface/vmcs_host/linux']
flags['extra_link_args'] = ['-L', '/opt/vc/lib']
flags['library_dirs'] = ['/opt/vc/lib']
flags['libraries'] = ['bcm_host', 'EGL', 'GLESv2']
else:
flags['libraries'] = ['GL']