copy support in linux

This commit is contained in:
jacob1
2013-01-13 15:24:52 -05:00
parent 01bfd486e7
commit 73fdfd411c
4 changed files with 83 additions and 15 deletions

View File

@@ -164,7 +164,7 @@ if(GetOption('lin')):
env.ParseConfig('pkg-config --libs glew gl glu')
openGLLibs = ['GL']
env.Append(LIBS=['X11', 'rt'])
env.Append(CPPDEFINES=["LIN"])
env.Append(CPPDEFINES=["LIN","SDL_VIDEO_DRIVER_X11"])
if GetOption('_64bit'):
env.Append(LINKFLAGS=['-m64'])
env.Append(CCFLAGS=['-m64'])