Closed mattip closed 1 year ago
since the code to use nightly added another parameter to build_lib, the INTERFACE64 parameter cannot be "", it must be "0". Otherwise, in the call to build_lib "$PLAT" "$INTERFACE64" "1", the 1 is interpreted as the INTERFACE64 argument.
build_lib
build_lib "$PLAT" "$INTERFACE64" "1"
1
INTERFACE64
cc @honno
Self merging to clear build errors
since the code to use nightly added another parameter to
build_lib
, the INTERFACE64 parameter cannot be "", it must be "0". Otherwise, in the call tobuild_lib "$PLAT" "$INTERFACE64" "1"
, the1
is interpreted as theINTERFACE64
argument.