We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eca6ab + ac71e0b commit c1a7270Copy full SHA for c1a7270
NativeCore/Unix/Makefile
@@ -10,7 +10,7 @@ INC = -I../Dependencies/distorm/include
10
CFLAGS = -Wall -fPIC -DRECLASSNET64=1
11
RESINC =
12
LIBDIR =
13
-LIB = -lstdc++fs
+LIB = -lstdc++fs -lstdc++
14
LDFLAGS = -shared -Wl,--no-undefined
15
16
INC_DEBUG = $(INC)
0 commit comments