We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa6c34 commit 0cf79eeCopy full SHA for 0cf79ee
build/build-melt.sh
@@ -528,6 +528,7 @@ function set_globals {
528
fi
529
LDFLAGS_[1]="-L$FINAL_INSTALL_DIR/lib $LDFLAGS"
530
if test "$TARGET_OS" = "Darwin" ; then
531
+ CONFIG[1]="${CONFIG[1]} -DMOD_GDK=OFF"
532
CFLAGS_[1]="${CFLAGS_[1]} -I/opt/local/include"
533
LDFLAGS_[1]="${LDFLAGS_[1]} -L/opt/local/lib"
534
0 commit comments