Skip to content

Commit

Permalink
src/libpcp: more MacOSx build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdonell committed Oct 10, 2023
1 parent e9530dc commit 72cebbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/libpcp/src/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ exports: exports.in mk.exports
# consistent in all placess.
#
check.done: $(OBJECTS)
./check-statics -d
./check-statics
./check-errorcodes
touch check.done

Expand Down
1 change: 1 addition & 0 deletions src/libpcp/src/check-statics
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ tz.o
savetz # guarded by __pmLock_libpcp mutex
tzbuffer # guarded by __pmLock_libpcp mutex
?wildabbr # const (MinGW)
?names # const (clang, MacOSx)
units.o
abuf # pmAtomStr deprecated by pmAtomStr_r
ubuf # pmUnitsStr deprecated by pmUnitsStr_r
Expand Down

0 comments on commit 72cebbd

Please sign in to comment.