]> sigrok.org Git - pulseview.git/commitdiff
Fix hardcoded home directory (pass -DHOME=$HOME to makensis).
authorMartin Ling <redacted>
Fri, 6 Dec 2013 01:42:04 +0000 (01:42 +0000)
committerUwe Hermann <redacted>
Sat, 7 Dec 2013 12:44:36 +0000 (13:44 +0100)
contrib/pulseview_cross.nsi

index e2368303c5208118b2216eff36c3198848ea8350..8d8f6021d4ad1448e8ded9dd59b502e8e7d695b6 100644 (file)
@@ -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 ---------------------------------------------------------------