[lldb/CMake] Fix typo that prevented regenerating the bindings
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 30 May 2020 06:50:26 +0000 (23:50 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 30 May 2020 06:51:22 +0000 (23:51 -0700)
A typo in the GLOB patter prevented us from detecting changes in the
interface files and trigger SWIG to regenerate the bindings.

lldb/bindings/CMakeLists.txt

index 92ae402..ace3419 100644 (file)
@@ -1,4 +1,4 @@
-file(GLOB SWIG_INTERFACES interfaces/*.i)
+file(GLOB SWIG_INTERFACES interface/*.i)
 file(GLOB_RECURSE SWIG_SOURCES *.swig)
 file(GLOB SWIG_HEADERS
   ${LLDB_SOURCE_DIR}/include/lldb/API/*.h