Skip to content
Snippets Groups Projects
Commit 93567603 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

One last fix to build the non gui version on OS X
parent d8fcba34
No related branches found
No related tags found
No related merge requests found
......@@ -3737,6 +3737,9 @@ case "$UNAME" in
Darwin*)
FLAGS="-D_NO_DLL ${FLAGS}"
if test "x$enable_gui" = "xno"; then
GMSH_LIBS="${GMSH_LIBS} -framework ApplicationServices"
fi
POSTBUILD="/Developer/Tools/Rez -t APPL -o bin/gmsh Fltk/MacRes.r"
;;
......
dnl $Id: configure.in,v 1.46 2003-11-23 06:58:01 geuzaine Exp $
dnl $Id: configure.in,v 1.47 2003-11-23 07:41:26 geuzaine Exp $
dnl
dnl Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
dnl
......@@ -320,6 +320,9 @@ case "$UNAME" in
Darwin*)
FLAGS="-D_NO_DLL ${FLAGS}"
if test "x$enable_gui" = "xno"; then
GMSH_LIBS="${GMSH_LIBS} -framework ApplicationServices"
fi
POSTBUILD="/Developer/Tools/Rez -t APPL -o bin/gmsh Fltk/MacRes.r"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment