Skip to content

Commit ac71e0b

Browse files
committed
Fixes native core missing symbols
1 parent cd176f1 commit ac71e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NativeCore/Unix/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ INC = -I../Dependencies/distorm/include
1010
CFLAGS = -Wall -fPIC -DRECLASSNET64=1
1111
RESINC =
1212
LIBDIR =
13-
LIB = -lstdc++fs
13+
LIB = -lstdc++fs -lstdc++
1414
LDFLAGS = -shared -Wl,--no-undefined
1515

1616
INC_DEBUG = $(INC)

0 commit comments

Comments
 (0)