From 6ac2a4de4829fcda0f397a482967d4bf68ba9620 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 Jul 2018 12:13:06 +0200 Subject: proper options for linux build --- ice40/family.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40') diff --git a/ice40/family.cmake b/ice40/family.cmake index 374c62eb..75061f44 100644 --- a/ice40/family.cmake +++ b/ice40/family.cmake @@ -51,7 +51,7 @@ else() DEPENDS ${DEV_TXT_DB} ${DB_PY} ) add_custom_command(OUTPUT ${DEV_CC_DB} - COMMAND bbasm -c ${DEV_CC_BBA_DB} ${DEV_CC_DB}.new + COMMAND bbasm --c ${DEV_CC_BBA_DB} ${DEV_CC_DB}.new COMMAND mv ${DEV_CC_DB}.new ${DEV_CC_DB} DEPENDS bbasm ${DEV_CC_BBA_DB} ) -- cgit v1.2.3