Add headerpax-max-install-names, for Mac deployment.
This commit is contained in:
parent
56ec4b5e10
commit
0d6de72b57
2 changed files with 2 additions and 1 deletions
|
@ -368,6 +368,7 @@ case "${host}" in
|
||||||
dnl Mac OS X
|
dnl Mac OS X
|
||||||
|
|
||||||
LIBS="$LIBS -framework GLUT -framework OpenGL -framework AGL -framework $macAPI -lobjc"
|
LIBS="$LIBS -framework GLUT -framework OpenGL -framework AGL -framework $macAPI -lobjc"
|
||||||
|
LDFLAGS="$LDFLAGS -headerpad_max_install_names"
|
||||||
joystick_LIBS="$joystick_LIBS -framework IOKit -framework CoreFoundation"
|
joystick_LIBS="$joystick_LIBS -framework IOKit -framework CoreFoundation"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@ fgfs_LDADD = \
|
||||||
$(openal_LIBS) \
|
$(openal_LIBS) \
|
||||||
$(EVENT_LIBS)
|
$(EVENT_LIBS)
|
||||||
|
|
||||||
fgfs_LDFLAGS = $(fgfs_PLIB_FW) $(fgfs_OSG_FW)
|
fgfs_LDFLAGS = $(fgfs_PLIB_FW) $(fgfs_OSG_FW) $(LDFLAGS)
|
||||||
|
|
||||||
metar_SOURCES = metar_main.cxx
|
metar_SOURCES = metar_main.cxx
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue