Browse Source

add math library support

master
Sophia Weber 11 months ago
parent
commit
3474e831a4
  1. 2
      project.yml

2
project.yml

@ -89,7 +89,7 @@
:placement: :end
:flag: "-l${1}"
:path_flag: "-L ${1}"
:system: [] # for example, you might list 'm' to grab the math library
:system: ['m'] # for example, you might list 'm' to grab the math library
:test: []
:release: []

Loading…
Cancel
Save