Skip to content

Commit 0cf79ee

Browse files
committed
Disable MOD_GDK on macOS
1 parent 0aa6c34 commit 0cf79ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build-melt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ function set_globals {
528528
fi
529529
LDFLAGS_[1]="-L$FINAL_INSTALL_DIR/lib $LDFLAGS"
530530
if test "$TARGET_OS" = "Darwin" ; then
531+
CONFIG[1]="${CONFIG[1]} -DMOD_GDK=OFF"
531532
CFLAGS_[1]="${CFLAGS_[1]} -I/opt/local/include"
532533
LDFLAGS_[1]="${LDFLAGS_[1]} -L/opt/local/lib"
533534
fi

0 commit comments

Comments
 (0)