Skip to content
Snippets Groups Projects
Commit dbd42e14 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Build: Drop v1 build targets

Depends-On: 17442, 17445, 17447
Change-Id: I06e0de976c1e062648840f3ffa89723e81bbe577
parent 6063a2bb
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ def configure(cfg):
def build(bld):
for hx_version in [1, 2, 3]:
for hx_version in [2, 3]:
bld(
target=f'pyfisch_vx_v{hx_version}',
source='../include/fisch/vx/python_bindings.h',
......
......@@ -110,7 +110,7 @@ def build(bld):
install_path = '${PREFIX}/lib/ppu',
)
for hx_version in [1, 2, 3]:
for hx_version in [2, 3]:
bld.shlib(
source = bld.path.ant_glob('src/fisch/vx/**/*.cpp'),
target = f'fisch_vx_v{hx_version}',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment