summaryrefslogtreecommitdiff
path: root/ThirdParty/toluapp/config_posix.py
blob: 2bb696ce4ca7122c07e882bfe2c37beb4b69ea95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

## This is the POSIX configuration file (will be included for cygwin, mingw
# and possibly mac OSX and BSDs)
# use 'scons -h' to see the list of command line options available

# flags for the compiler
#CCFLAGS = []
CCFLAGS = ['-O2', '-ansi', '-Wall']

# this is the default directory for installation. Files will be installed on
# <prefix>/bin, <prefix>/lib and <prefix>/include when you run 'scons install'
#
# You can also specify this directory on the command line with the 'prefix'
# option

prefix = '/usr/local'

# libraries
LIBS = ['lua', 'lualib', 'm']



import os