Needed by lilv OBS-URL: https://build.opensuse.org/request/show/131040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sord?expand=0&rev=1
21 lines
585 B
Diff
21 lines
585 B
Diff
Index: wscript
|
|
===================================================================
|
|
--- wscript.orig
|
|
+++ wscript
|
|
@@ -28,7 +28,6 @@ out = 'build'
|
|
|
|
def options(opt):
|
|
opt.load('compiler_c')
|
|
- opt.load('compiler_cxx')
|
|
autowaf.set_options(opt)
|
|
opt.add_option('--test', action='store_true', default=False, dest='build_tests',
|
|
help="Build unit tests")
|
|
@@ -39,7 +38,6 @@ def options(opt):
|
|
|
|
def configure(conf):
|
|
conf.load('compiler_c')
|
|
- conf.load('compiler_cxx')
|
|
autowaf.configure(conf)
|
|
autowaf.display_header('Sord configuration')
|
|
|