Skip to content

Commit c1a7270

Browse files
authored
Merge pull request #85 from stevemk14ebr/master
Fixes native core missing symbols
2 parents 4eca6ab + ac71e0b commit c1a7270

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)