Skip to content

Commit 6e4e583

Browse files
committed
[lldb/CMake] Fix typo that prevented regenerating the bindings
A typo in the GLOB patter prevented us from detecting changes in the interface files and trigger SWIG to regenerate the bindings. (cherry picked from commit 9206322)
1 parent 9b843ba commit 6e4e583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/bindings/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
file(GLOB SWIG_INTERFACES interfaces/*.i)
1+
file(GLOB SWIG_INTERFACES interface/*.i)
22
file(GLOB_RECURSE SWIG_SOURCES *.swig)
33
file(GLOB SWIG_HEADERS
44
${LLDB_SOURCE_DIR}/include/lldb/API/*.h

0 commit comments

Comments
 (0)