diff options
| author | jacob1 <jfu614@gmail.com> | 2013-01-18 19:37:24 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-01-18 19:37:24 (GMT) |
| commit | ded94b475d643f3e144f677ae6c01bbe5f9a73ce (patch) | |
| tree | caf8d058086bb846abaa3f1fdcfd37bd2a97ea83 /SConscript | |
| parent | b3a2ab735b76185715d7efd848659ef87ca70405 (diff) | |
| download | powder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.zip powder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.tar.gz | |
move clipboard functions out of misc.cpp without creating errors
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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","SDL_VIDEO_DRIVER_X11"]) + env.Append(CPPDEFINES=["LIN"]) if GetOption('_64bit'): env.Append(LINKFLAGS=['-m64']) env.Append(CCFLAGS=['-m64']) |
