Skip to content

Commit 621cab4

Browse files
committed
Update CMakeLists.txt
1 parent 9dba6a6 commit 621cab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ else()
136136
set(GENERATE_BINDING_PARAMETERS "False")
137137
endif()
138138

139-
execute_process(COMMAND "${Python3_EXECUTABLE}" "-c" "import binding_generator; binding_generator.print_file_list(\"${GODOT_GDEXTENSION_API_FILE}\", \"${CMAKE_CURRENT_BINARY_DIR}\", headers=True, sources=True, compat=\"${GODOT_REPO}\" != \"\")"
139+
execute_process(COMMAND "${Python3_EXECUTABLE}" "-c" "import binding_generator; binding_generator.print_file_list(\"${GODOT_GDEXTENSION_API_FILE}\", \"${CMAKE_CURRENT_BINARY_DIR}\", headers=True, sources=True)"
140140
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
141141
OUTPUT_VARIABLE GENERATED_FILES_LIST
142142
OUTPUT_STRIP_TRAILING_WHITESPACE

0 commit comments

Comments
 (0)