Skip to content

Commit d05d3e4

Browse files
authored
Fix end-group and start-group flags
1 parent dc657d6 commit d05d3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package-arduino-preprocessor.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ mkdir objdir
3535
export OS=`uname -o || uname`
3636
export TARGET_OS=$OS
3737

38-
START_GROUP=--Wl,--start-group
39-
END_GROUP=--Wl,--end-group
38+
START_GROUP=-Wl,--start-group
39+
END_GROUP=-Wl,--end-group
4040

4141
function fetch_llvm {
4242
fetched=`basename $1`

0 commit comments

Comments
 (0)