Skip to content

Commit

Permalink
Update Build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Dec 10, 2024
1 parent fd17c79 commit 6dc2c1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/png/" />
<compilerflag value="-I${NATIVE_TOOLKIT_PATH}/zlib/" />
<compilerflag value="-DLIME_PNG" />
<compilerflag value="-DPNG_ARM_NEON_OPT=0" />

<file name="src/graphics/format/PNG.cpp" />

Expand Down Expand Up @@ -476,8 +477,6 @@

<section if="android">

<compilerflag value="-Wno-builtin-redeclared" />

<lib name="-L../ndll/Android" />

<lib name="-ldl" />
Expand Down

0 comments on commit 6dc2c1e

Please sign in to comment.