We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c20b4 commit 153b301Copy full SHA for 153b301
source/configuration/CMakeLists.txt
@@ -195,6 +195,11 @@ function(configurations_write config_dir config_path)
195
set(CONFIGURATION_GLOBAL "${CONFIGURATION_GLOBAL}\n\t\"py_loader\":\"${config_dir}/py_loader.json\",")
196
endif()
197
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
203
#if(OPTION_BUILD_LOADERS_JS)
204
# set(CONFIGURATION_GLOBAL "${CONFIGURATION_GLOBAL}\n\t\"js_loader\":\"${config_dir}/js_loader.json\",")
205
#endif()
0 commit comments