Skip to content

Commit b56a0bd

Browse files
committed
Halt on errors in build_lib.sh
1 parent bd69272 commit b56a0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hls4ml/templates/vivado/build_lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
CC=g++
45
if [[ "$OSTYPE" == "linux-gnu" ]]; then

0 commit comments

Comments
 (0)