We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd176f1 commit ac71e0bCopy full SHA for ac71e0b
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