unforce static libraryism
This commit is contained in:
parent
f60850ede4
commit
44b2445a46
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
./build
|
|
@ -87,7 +87,7 @@ elseif(Y262_TARGET_ARCH MATCHES "arm64")
|
|||
)
|
||||
endif()
|
||||
|
||||
add_library(liby262 STATIC
|
||||
add_library(liby262
|
||||
${liby262_sources_basic}
|
||||
${liby262_sources_assembly}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue