Browse Source

Ubuntu fix fuer math.h Bibliothek

remotes/origin/zufallszahlentesten
Kevin Ludwig 11 months ago
parent
commit
59b6366653
  1. 2
      project.yml

2
project.yml

@ -88,7 +88,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