Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
lua-toluapp
toluapp-fix-deprecared-env-copy.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File toluapp-fix-deprecared-env-copy.patch of Package lua-toluapp
Index: b/src/tests/SCsub =================================================================== --- a/src/tests/SCsub +++ b/src/tests/SCsub @@ -1,5 +1,8 @@ Import('env') -env_tests = env.Copy() +try: + env_tests = env.Copy() +except AttributeError: + env_tests = env.Clone() env_tests.LuaBinding('tclassbind.cpp', 'tclass.pkg', 'tclass', use_own=1, use_typeid=1)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor