add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshell
This commit is contained in:
parent
8e970bc4e7
commit
a8699a2665
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ $(eval $(call gb_Jar_add_jars,ScriptProviderForBeanShell,\
|
|||
$(eval $(call gb_Jar_use_externals,ScriptProviderForBeanShell,\
|
||||
bsh \
|
||||
))
|
||||
ifeq ($(SYSTEM_BSH),YES)
|
||||
$(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell,\
|
||||
$(BSH_JAR) \
|
||||
))
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Jar_set_packageroot,ScriptProviderForBeanShell,com))
|
||||
|
||||
|
|
Loading…
Reference in a new issue