Skip to content
Snippets Groups Projects
Commit ae9e4a57 authored by Maxime Curioni's avatar Maxime Curioni
Browse files

jmsoler's SConscript patch for phtreads

parent 5c328bb8
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,14 @@ incs += ' #/extern/glew/include #/intern/guardedalloc' ...@@ -12,6 +12,14 @@ incs += ' #/extern/glew/include #/intern/guardedalloc'
incs += ' ' + env['BF_PYTHON_INC'] incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_PNG_INC'] incs += ' ' + env['BF_PNG_INC']
if env['OURPLATFORM'] == 'linux2':
cflags='-pthread'
incs += ' ../../../extern/binreloc/include'
if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc'):
incs += ' ' + env['BF_PTHREADS_INC']
######################################################## ########################################################
# folders sources # folders sources
######################################################## ########################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment