fix
OBS-URL: https://build.opensuse.org/package/show/science/cura-engine?expand=0&rev=32
This commit is contained in:
parent
10d77c53e2
commit
67056773fa
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 18 09:48:08 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- define version explicit for reporting in gcode files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 2 12:50:27 UTC 2019 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
@ -49,7 +49,7 @@ export CC=gcc-6
|
||||
export CXX=g++-6
|
||||
%endif
|
||||
# make sure lib_CuraEngine is statically build and linked
|
||||
%cmake -DCMAKE_POSITION_INDEPENDENT_CODE="true" -DBUILD_SHARED_LIBS="false"
|
||||
%cmake -DCURA_ENGINE_VERSION=%version -DCMAKE_POSITION_INDEPENDENT_CODE="true" -DBUILD_SHARED_LIBS="false"
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user