Skip to content

Commit a62897c

Browse files
authored
Merge pull request #1143 from Pinata-Consulting/build-openroad-quoting-fix
Build openroad quoting fix
2 parents 87632e7 + b11c8bb commit a62897c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_openroad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ __local_build()
275275
${NICE} make install -C tools/yosys -j "${PROC}" ${YOSYS_ARGS}
276276

277277
echo "[INFO FLW-0018] Compiling OpenROAD."
278-
${NICE} cmake tools/OpenROAD -B tools/OpenROAD/build ${OPENROAD_APP_ARGS}
278+
eval ${NICE} cmake tools/OpenROAD -B tools/OpenROAD/build ${OPENROAD_APP_ARGS}
279279
${NICE} cmake --build tools/OpenROAD/build --target install -j "${PROC}"
280280

281281
if [ ! -z "${LSORACLE_ENABLE+x}" ]; then

0 commit comments

Comments
 (0)