mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-22 06:43:27 +00:00
BUILDMODE= static 기본 설정 mixed에서 static로 변경
This commit is contained in:
parent
8271c643c2
commit
56700684e2
@ -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!
|
||||||
|
Loading…
Reference in New Issue
Block a user