Compiler/root/build6

- adapt config for Darwin
This commit is contained in:
2017-01-16 14:50:22 +01:00
parent 25fafb4982
commit 6063d3f3f7

View File

@@ -8,8 +8,7 @@ config_args=''
case ${OS} in
Darwin )
# cocoa doesn't work with GCC!?
#config_args='--enable-cocoa --disable-x11'
#config_args+=' --with-finkdir=/opt/X11 --disable-cocoa'
config_args='-Dcocoa=OFF'
;;
Linux )
INSTANTCLIENT_INCLUDE_DIR='/usr/lib/oracle/12.1/client64/include'
@@ -36,7 +35,7 @@ pbuild::configure() {
}
pbuild::build() {
cmake --build . -- -j3
cmake --build . -- -j3 VERBOSE=1
}
pbuild::install() {