Skip to content

Commit 0dea0d1

Browse files
committed
Fixed bug affeecting gf180mcu PDK builds
1 parent a8a3d1f commit 0dea0d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

volare/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = "0.18.0"
14+
__version__ = "0.18.1"
1515

1616
if __name__ == "__main__":
1717
print(__version__, end="")

volare/build/gf180mcu.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,12 @@ def build(
265265

266266
build_variants(
267267
magic_bin,
268+
library_set,
268269
build_directory,
269270
open_pdks_path,
270-
library_set,
271271
log_dir,
272272
jobs,
273-
),
273+
)
274274
install_gf180mcu(build_directory, pdk_root, version)
275275

276276
if clear_build_artifacts:

0 commit comments

Comments
 (0)