Skip to content

Commit

Permalink
Update android-arm.properties
Browse files Browse the repository at this point in the history
Update linkpath. this should fix bytedeco/javacpp-presets#38
  • Loading branch information
zkrige committed Sep 6, 2018
1 parent 449f31b commit f7e4a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ platform.compiler.nowarnings=-w
platform.compiler.output=-Wl,-rpath,lib/ -D__ANDROID_API__=14 -DANDROID -ffunction-sections -funwind-tables -fstack-protector -Wall -Wno-attributes -nodefaultlibs -fPIC -shared -Wl,--no-undefined -z text -o\u0020
platform.compiler.output2=-Wl,-soname,
platform.linkpath.prefix=-L
platform.linkpath=sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/
platform.linkpath=sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/
platform.link.prefix=-l
platform.link.suffix=
platform.link=c#:m#:z#:dl#:gcc#:gnustl_static#:log#
Expand Down

0 comments on commit f7e4a07

Please sign in to comment.