unforce static libraryism

This commit is contained in:
Fries 2024-07-20 17:51:06 -07:00
parent f60850ede4
commit 44b2445a46
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
./build

View file

@ -87,7 +87,7 @@ elseif(Y262_TARGET_ARCH MATCHES "arm64")
)
endif()
add_library(liby262 STATIC
add_library(liby262
${liby262_sources_basic}
${liby262_sources_assembly}
)