Compiler/root/build6
- adapt config for Darwin
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user