diff --git a/recipes/bipedal-locomotion-framework/meta.yaml b/recipes/bipedal-locomotion-framework/meta.yaml index 9fda66fc73793..4311fb5e11da1 100644 --- a/recipes/bipedal-locomotion-framework/meta.yaml +++ b/recipes/bipedal-locomotion-framework/meta.yaml @@ -70,11 +70,10 @@ outputs: - test -f ${PREFIX}/include/BipedalLocomotion/System/Advanceable.h # [unix] - test -f ${PREFIX}/lib/libBipedalLocomotionFrameworkSystem${SHLIB_EXT} # [unix] - test -f ${PREFIX}/lib/cmake/BipedalLocomotionFramework/BipedalLocomotionFrameworkConfig.cmake # [not win] - #- if not exist %PREFIX%\\Library\\include\\BipedalLocomotion\\System\\Advanceable.h exit 1 # [win] - #- if not exist %PREFIX%\\Library\\lib\\BipedalLocomotionFrameworkSystem.lib exit 1 # [win] - #- if not exist %PREFIX%\\Library\\bin\\BipedalLocomotionFrameworkSystem.dll exit 1 # [win] - #- if not exist %PREFIX%\\Library\\lib\\cmake\\BipedalLocomotionFramework\\BipedalLocomotionFrameworkConfig.cmake exit 1 # [win] - - exit 0 # [win] + - if not exist %PREFIX%\\Library\\include\\BipedalLocomotion\\System\\Advanceable.h exit 1 # [win] + - if not exist %PREFIX%\\Library\\lib\\BipedalLocomotionFrameworkSystem.lib exit 1 # [win] + - if not exist %PREFIX%\\Library\\bin\\BipedalLocomotionFrameworkSystem.dll exit 1 # [win] + - if not exist %PREFIX%\\Library\\CMake\\BipedalLocomotionFrameworkConfig.cmake exit 1 # [win] - name: {{ namepython }} script: build_py.sh # [unix]