mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-23 13:05:20 -04:00
build: rename lib-shared and lib-test targets
This commit is contained in:
1 parent
65a88617ec
commit
6f2fbb12ed
5 files changed
+16
-16
No files matched your search
@@ -30,7 +30,7 @@
|
||||
*
|
||||
* Logging goes to stderr (level: warnings and errors in release builds).
|
||||
*
|
||||
* Linking: `make lib-shared` builds liblightpanda.so (zig-out/lib) and
|
||||
* Linking: `make lib` builds liblightpanda.so (zig-out/lib) and
|
||||
* installs this header (zig-out/include) plus a pkg-config file:
|
||||
* cc app.c $(PKG_CONFIG_PATH=zig-out/lib/pkgconfig pkg-config --cflags --libs lightpanda)
|
||||
* or by hand:
|
||||
|
||||
Reference in new issue
Block a user