build: Get changes for linux
This commit is contained in:
parent
5868fc96df
commit
04b4f61810
2
External/tely
vendored
2
External/tely
vendored
@ -1 +1 @@
|
||||
Subproject commit 8e97ea5ded48e172c6b7520254fe107f70ea08b1
|
||||
Subproject commit 0f0922f439d3cfdeba39ba96ba324a94f15c50f3
|
2
build.sh
2
build.sh
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user