mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-01 22:11:17 +00:00
12 lines
241 B
Diff
12 lines
241 B
Diff
--- a/src/xspice/icm/makedefs.in
|
|
+++ b/src/xspice/icm/makedefs.in
|
|
@@ -47,7 +47,7 @@
|
|
LIBS = -lm
|
|
|
|
# Flags to use when linking shared library
|
|
-LDFLAGS = -shared
|
|
+LDFLAGS += -shared
|
|
ifeq ($(ISMINGW), 1)
|
|
LDFLAGS = -shared @LDFLAGS@
|
|
endif
|