porting ios build from old repo + macos target for makefile #16

Merged
sarah merged 7 commits from ios_build into trunk 2021-08-16 19:53:10 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit c57942c693 - Show all commits

View File

@ -1,5 +1,5 @@
#!/bin/sh
sed -i "s/^\/\/package cwtch/package cwtch/" lib.go
sed -i "s/^package main/\/\/package main/" lib.go
sed -i "s/^func main()/\/\/func main()/" lib.go
perl -pi -e "s/^\/\/package cwtch/package cwtch/" lib.go
perl -pi -e "s/^package main/\/\/package main/" lib.go
perl -pi -e "s/^func main()/\/\/func main()/" lib.go