[green-dragon] fix Python and Swig flags (#187052)

This commit is contained in:
Justice Adams 2026-03-17 10:58:11 -07:00 committed by GitHub
parent 74a5efa331
commit b5614bc21c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,8 +68,8 @@ set -ex
-DLLDB_ENABLE_LIBXML2=ON \
-DLLDB_ENABLE_LUA=OFF \
-DLLDB_ENABLE_LZMA=OFF \
-DLLDB_ENABLE_PYTHON=FORCE_ON \
-DLLDB_ENABLE_SWIG=FORCE_ON \
-DLLDB_ENABLE_PYTHON=ON \
-DLLDB_ENABLE_SWIG=ON \
-DLLVM_BUILD_TOOLS=TRUE \
-DLLVM_ENABLE_ASSERTIONS:BOOL=TRUE \
-DLLVM_ENABLE_LIBEDIT=FORCE_ON \