Skip to content

Commit

Permalink
Changes carriage return symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdiazangulo committed Jul 17, 2024
1 parent 7a8d344 commit 1173b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ if test "x$with_ngshared" != x && test "x$with_ngshared" != xno ; then
with_x=no
with_windows=no

AC_SUBST([STATIC], [-shared])
AC_SUBST([STATIC], [-static])

TCL_PACKAGE_PATH=""
TCL_LIB_SPEC=""
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,9 @@ libngspice_la_LIBADD += \
maths/dense/libdense.la
endif

libngspice_la_CFLAGS = -shared
libngspice_la_CFLAGS = -static

libngspice_la_LDFLAGS = -shared
libngspice_la_LDFLAGS = -static -version-info @LIB_VERSION@
libngspice_la_LDFLAGS += -lstdc++

if SHWIN
Expand Down

0 comments on commit 1173b9c

Please sign in to comment.