Skip to content

Commit

Permalink
macOS install script update
Browse files Browse the repository at this point in the history
  • Loading branch information
koder77 committed Nov 3, 2023
1 parent a1b46d4 commit 6fcecd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install-zerobuild-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ echo "building fann library demo..."
./l1vm-build.sh lib/fann-lib
echo "running fann library demo..."
l1vm lib/fann-lib
echo "building lines SDL demo..."
./l1vm-build.sh prog/lines
echo "running lines SDL demo..."
l1vm prog/lines
#echo "building lines SDL demo..."
#./l1vm-build.sh prog/lines
#echo "running lines SDL demo..."
#l1vm prog/lines
exit 0

0 comments on commit 6fcecd6

Please sign in to comment.