forked from clasp-developers/clasp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.config.darwin
More file actions
35 lines (28 loc) · 780 Bytes
/
local.config.darwin
File metadata and controls
35 lines (28 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# What system are you building on? linux or darwin
#
export TARGET_OS = darwin
#
# This defines where clasp should put the built clasp application
#
export CLASP_BUILD_TARGET_DIR = $(HOME)/.local/clasp
#
# This defines where externals-clasp put the built libraries
# that clasp needs
#
export EXTERNALS_BUILD_TARGET_DIR = $(HOME)/.local/externals-clasp
#
# This defines how many processors you have available to build with
# More processors = faster build
#
export PJOBS = 4
#
# Define the path to the python2 interpreter
#
export PYTHON2 = /usr/bin/python
# --- Dont change the stuff below ---
export LINK = static
export ADDRESS-MODEL = 64
#export TOOLSET = darwin-clang
# Use the built in clang for OS X 10.9.5 XCode 6.0.1v
#export CLASP_CLANG_PATH = /usr/bin/clang