BUILDMODE= static 기본 설정 mixed에서 static로 변경

This commit is contained in:
SuperCreative 2022-04-06 23:13:17 +09:00
parent 8271c643c2
commit 56700684e2

View File

@ -71,10 +71,10 @@ CCWARN= -Wall
# as dynamic mode. # as dynamic mode.
# #
# Mixed mode creates a static + dynamic library and a statically linked luajit. # Mixed mode creates a static + dynamic library and a statically linked luajit.
BUILDMODE= mixed #BUILDMODE= mixed
# #
# Static mode creates a static library and a statically linked luajit. # Static mode creates a static library and a statically linked luajit.
#BUILDMODE= static BUILDMODE= static
# #
# Dynamic mode creates a dynamic library and a dynamically linked luajit. # Dynamic mode creates a dynamic library and a dynamically linked luajit.
# Note: this executable will only run when the library is installed! # Note: this executable will only run when the library is installed!