Skip to content

Commit c076a74

Browse files
committed
Fixed bug where some distros use lib64.
1 parent 02ec407 commit c076a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
358358
<echo>Configuring libUIOHook source...</echo>
359359
<mkdir dir="${dir.bin}/libuiohook" />
360360

361-
<configure toolchain="${ant.build.native.toolchain}" dir="${dir.bin}/libuiohook" script="${dir.src}/libuiohook/configure" prefix="${dir.bin}">
361+
<configure toolchain="${ant.build.native.toolchain}" dir="${dir.bin}/libuiohook" script="${dir.src}/libuiohook/configure" prefix="${dir.bin}" lib="${dir.bin}/lib">
362362
<env key="CFLAGS" value="${ant.build.native.cflags}" />
363363
<env key="LDFLAGS" value="${ant.build.native.ldflags}" />
364364

0 commit comments

Comments
 (0)