diff options
author | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 13:37:28 -0300 |
---|---|---|
committer | NunoSempere <nuno.semperelh@protonmail.com> | 2024-03-12 13:37:28 -0300 |
commit | 3bf48009d117970527317cbd01750fa0ab340ba6 (patch) | |
tree | 582f0243ccf4a64a2ac4f05891586e4b009139bd /makefile | |
parent | 79ff9e86f5aad068ea77655760dd922c5d3f8807 (diff) |
update webkit dep to 4.1 in makefile
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ OPTIMIZED_SOME=-O3 OPTIMIZED_MORE=-Ofast -march=native -funit-at-a-time -flto # binary will not be compatible with other computers, but may be much faster # Dependencies -DEPS='webkit2gtk-4.0' +DEPS='webkit2gtk-4.1' INCS=`pkg-config --cflags ${DEPS}` LIBS=`pkg-config --libs ${DEPS}` |