mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Disable static libraries by default in linux build
This commit is contained in:
@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([foreign -Wall foreign tar-ustar silent-rules])
|
||||
AM_SILENT_RULES
|
||||
AC_PREFIX_DEFAULT([/usr])
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
AC_PROG_LIBTOOL
|
||||
LT_INIT([disable-static])
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_PROG_SED
|
||||
|
||||
Reference in New Issue
Block a user