Skip to content

Commit 153b301

Browse files
committed
Solve another issue from rb_loader.
1 parent 88c20b4 commit 153b301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/configuration/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ function(configurations_write config_dir config_path)
195195
set(CONFIGURATION_GLOBAL "${CONFIGURATION_GLOBAL}\n\t\"py_loader\":\"${config_dir}/py_loader.json\",")
196196
endif()
197197

198+
199+
if(OPTION_BUILD_LOADERS_RB)
200+
set(CONFIGURATION_GLOBAL "${CONFIGURATION_GLOBAL}\n\t\"rb_loader\":\"${config_dir}/rb_loader.json\",")
201+
endif()
202+
198203
#if(OPTION_BUILD_LOADERS_JS)
199204
# set(CONFIGURATION_GLOBAL "${CONFIGURATION_GLOBAL}\n\t\"js_loader\":\"${config_dir}/js_loader.json\",")
200205
#endif()

0 commit comments

Comments
 (0)