X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi;h=8d8f6021d4ad1448e8ded9dd59b502e8e7d695b6;hb=3fad19663ccb612845e5ed2ef58799eb3e78efce;hp=e2368303c5208118b2216eff36c3198848ea8350;hpb=a7171293e28fe9f4e579c721ad824128972b8f97;p=pulseview.git diff --git a/contrib/pulseview_cross.nsi b/contrib/pulseview_cross.nsi index e236830..8d8f602 100644 --- a/contrib/pulseview_cross.nsi +++ b/contrib/pulseview_cross.nsi @@ -78,13 +78,11 @@ RequestExecutionLevel admin # Path where the cross-compiled sigrok tools and libraries are located. # Change this to where-ever you installed libsigrok.a and so on. -# TODO: Figure out how to use $HOME (of the host that runs "makensis"). -!define CROSS "/home/uwe/sr_mingw" +!define CROSS "$%HOME%/sr_mingw" # Path where the cross-compiled MXE tools and libraries are located. # Change this to where-ever you installed MXE (and the files it built). -# TODO: Figure out how to use $HOME (of the host that runs "makensis"). -!define MXE "/home/uwe/mxe-git/usr/i686-pc-mingw32" +!define MXE "$%HOME%/mxe-git/usr/i686-pc-mingw32" # --- MUI pages ---------------------------------------------------------------