Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Oct 28, 2022
1 parent e3ad7fe commit 640ec33
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions recipes/bipedal-locomotion-framework/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 640ec33

Please sign in to comment.