File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set(ffi_args
22
22
)
23
23
24
24
25
- extproj_autotools(ffi ${ffi_url} ${ffi_tag} "${ffi_args} " "" )
25
+ extproj_autotools(ffi ${ffi_url} ${ffi_tag} "${ffi_args} " )
26
26
27
27
ExternalProject_Add_Step(ffi
28
28
autogen
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ string(JSON libtool_tag GET ${json_meta} libtool tag)
12
12
set (libtool_args)
13
13
14
14
15
- extproj_autotools(libtool ${libtool_url} ${libtool_tag} "${libtool_args} " "" )
15
+ extproj_autotools(libtool ${libtool_url} ${libtool_tag} "${libtool_args} " )
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ string(JSON readline_tag GET ${json_meta} readline tag)
15
15
16
16
set (readline_args)
17
17
18
- extproj_autotools(readline ${readline_url} ${readline_tag} "${readline_args} " "" )
18
+ extproj_autotools(readline ${readline_url} ${readline_tag} "${readline_args} " )
You can’t perform that action at this time.
0 commit comments