Skip to content

Commit a6444d2

Browse files
committed
Revert "Makefile.am: add -no-undefined for cygwin"
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)
1 parent f49e0e5 commit a6444d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

steam/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ steam_la_SOURCES = \
3030
steam-util.h
3131

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

0 commit comments

Comments
 (0)