build: Get changes for linux

This commit is contained in:
doyle 2023-11-26 18:43:04 +11:00
parent 5868fc96df
commit 04b4f61810
2 changed files with 2 additions and 2 deletions

2
External/tely vendored

@ -1 +1 @@
Subproject commit 8e97ea5ded48e172c6b7520254fe107f70ea08b1
Subproject commit 0f0922f439d3cfdeba39ba96ba324a94f15c50f3

View File

@ -13,7 +13,7 @@ git rev-list --count HEAD>> feely_pona_version.txt
# Bootstrap the build program
mkdir --parents ${build_dir}
pushd ${build_dir}
g++ -g -Wall -o feely_pona_build ${code_dir}/feely_pona_build.cpp -lm
g++ -g -Wall -o feely_pona_build ${code_dir}/feely_pona_build.cpp -lm -lpthread
cp --force feely_pona_build ${code_dir}
popd