Skip to content

Commit

Permalink
vl_demo_cmd.m: update for new names (glx=>glnx32, a64, glnxa64)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfulkers committed Jun 6, 2011
1 parent ce87f22 commit 6f35cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolbox/demo/vl_demo_cmd.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
case 'mexmaci64'
arch = 'maci64';
case 'mexglx'
arch = 'glx' ;
arch = 'glnx32' ;
case 'mexa64'
arch = 'a64' ;
arch = 'glnxa64' ;
case 'dll'
arch = 'win32' ;
ext = '.exe' ;
Expand Down

0 comments on commit 6f35cb7

Please sign in to comment.