Skip to content

Commit 8dab86a

Browse files
committed
Fixing variable
Really build env.. really??
1 parent f523dae commit 8dab86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: qnap/create_plex_pkg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ then
2323
outarch=x86
2424
else
2525
outarch=arm-x19
26-
LD_LIBRARY_PATH=/QNAP/lib
26+
export LD_LIBRARY_PATH=/QNAP/lib
2727
fi
2828
/QNAP/QDK_2.2/bin/qbuild -q --build-arch $outarch
2929
popd

0 commit comments

Comments
 (0)