Skip to content

Commit

Permalink
memory module build file update
Browse files Browse the repository at this point in the history
  • Loading branch information
koder77 committed Aug 18, 2023
1 parent 3a99a51 commit 49a9976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cd ../math
zerobuild zerobuild-macos.txt force
cd ../math-vect
zerobuild zerobuild-macos.txt force
cd ../mem
zerobuild zerobuild-macos.txt force
#cd ../mem
#zerobuild zerobuild-macos.txt force
cd ../mem-obj
zerobuild zerobuild-macos.txt force
cd ../mpfr-c++
Expand All @@ -38,7 +38,7 @@ cp ../vm/modules/file/libl1vm* .
cp ../vm/modules/genann/libl1vm* .
cp ../vm/modules/math/libl1vm* .
cp ../vm/modules/math-vect/libl1vm* .
cp ../vm/modules/mem/libl1vm* .
#cp ../vm/modules/mem/libl1vm* .
cp ../vm/modules/mem-obj/libl1vm* .
cp ../vm/modules/mpfr-c++/libl1vm* .
cp ../vm/modules/net/libl1vm* .
Expand Down

0 comments on commit 49a9976

Please sign in to comment.