Skip to content

Commit f9a745b

Browse files
fix: modified link order
1 parent dd898c9 commit f9a745b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/core/bin/curl

Submodule curl updated 1 file

src/core/lib/libcurl/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Compiler and flags
22
CC := gcc
3-
CFLAGS := -fPIC -Wall -Wextra -O2 -lssl -lcrypto
4-
LDFLAGS := -shared -L../
3+
CFLAGS := -fPIC -Wall -Wextra -O2
4+
LDFLAGS := -shared -L../ -lssl -lcrypto
55

66
# Directories
77
SRC_DIR := src

x64/OVMF_VARS.4m.fd

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)