summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfltk-config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/fltk-config.in b/fltk-config.in
index a814cd33e..e7668d569 100755
--- a/fltk-config.in
+++ b/fltk-config.in
@@ -271,6 +271,11 @@ if test -n "$compile"; then
$CXX $ARCHFLAGS $includes $CXXFLAGS $debug -o $prog $compile $LDSTATIC
fi
+if test -n "$post" -a "$POSTBUILD" != ":"; then
+ echo $POSTBUILD $post $includedir/FL/mac.r
+ $POSTBUILD $post $includedir/FL/mac.r
+fi
+
if test "$echo_cflags" = "yes"; then
echo $includes $CFLAGS
fi