Skip to content

Commit 698e391

Browse files
committed
Improve comment clarity: focus on current behavior not alternatives
1 parent b18d022 commit 698e391

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/libngspice/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ build:
5050
emmake make install
5151
cp ${WASM_LIBRARY_DIR}/lib/libngspice.so ${DISTDIR}
5252
53-
# Copy XSPICE code model libraries
54-
# Note: Package as ngspice/*.cm (not lib/ngspice/*.cm) since shared_library
55-
# packages extract to /usr/lib/, giving final path /usr/lib/ngspice/*.cm
53+
# Copy XSPICE code model libraries to ngspice/*.cm
54+
# Since shared_library packages extract to /usr/lib/, the final path will be /usr/lib/ngspice/*.cm
5655
mkdir -p ${DISTDIR}/ngspice
5756
cp ${WASM_LIBRARY_DIR}/lib/ngspice/*.cm ${DISTDIR}/ngspice/
5857

0 commit comments

Comments
 (0)