We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ec407 commit c076a74Copy full SHA for c076a74
build.xml
@@ -358,7 +358,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
358
<echo>Configuring libUIOHook source...</echo>
359
<mkdir dir="${dir.bin}/libuiohook" />
360
361
- <configure toolchain="${ant.build.native.toolchain}" dir="${dir.bin}/libuiohook" script="${dir.src}/libuiohook/configure" prefix="${dir.bin}">
+ <configure toolchain="${ant.build.native.toolchain}" dir="${dir.bin}/libuiohook" script="${dir.src}/libuiohook/configure" prefix="${dir.bin}" lib="${dir.bin}/lib">
362
<env key="CFLAGS" value="${ant.build.native.cflags}" />
363
<env key="LDFLAGS" value="${ant.build.native.ldflags}" />
364
0 commit comments