Skip to content

Commit

Permalink
Revert "Makefile.am: add -no-undefined for cygwin"
Browse files Browse the repository at this point in the history
This reverts commit f49e0e5.

Turns out it wasn't harmless, and it breaks mac OS. Instead of adding
platform checks here, this flag is now included in the cygwin-specific
parts of the bitlbee pkg-config file, as of bitlbee commit b9c10a1a
(version string 3.5.1+20170529+develop+18-gb9c10a1a-git)
  • Loading branch information
dequis committed May 29, 2017
1 parent f49e0e5 commit a6444d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ steam_la_SOURCES = \
steam-util.h

# Build the library as a module
steam_la_LDFLAGS += -module -avoid-version -no-undefined
steam_la_LDFLAGS += -module -avoid-version

0 comments on commit a6444d2

Please sign in to comment.