Skip to content

Commit 5adc5be

Browse files
author
admin
committed
--ignore-externals
1 parent 04356d3 commit 5adc5be

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

cbp2ndk/dist/cbp2ndk.zip

-85 Bytes
Binary file not shown.

cbp2ndk/src/cbp2ndk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ int main(int argc, const char *argv[])
176176
if (!cnf.isnodef)
177177
{
178178
cnf.v[elabels::LBL_LDLIBS].push_back(" -llog");
179+
cnf.v[elabels::LBL_CFLAG].push_back(" -D__ANDROID_API__=\"$(TARGET_PLATFORM)\"");
179180
cnf.v[elabels::LBL_HINC].push_back(" ./");
180181
}
181182

0 commit comments

Comments
 (0)