File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
src/plugins/score-plugin-faust Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,13 @@ add_library(${PROJECT_NAME}
48
48
)
49
49
50
50
score_generate_command_list_file (${PROJECT_NAME} "${HDRS} " )
51
- target_compile_definitions (${PROJECT_NAME}
52
- PUBLIC
53
- FAUSTFLOAT=double
54
- )
51
+
52
+ if (NOT "${FAUST_LIBRARIES} " MATCHES "/usr/l.*" )
53
+ target_compile_definitions (${PROJECT_NAME}
54
+ PUBLIC
55
+ FAUSTFLOAT=double
56
+ )
57
+ endif ()
55
58
56
59
target_link_libraries (${PROJECT_NAME} PUBLIC
57
60
score_plugin_media
@@ -68,7 +71,7 @@ ExternalProject_Add(
68
71
faustlibs
69
72
PREFIX ""
70
73
GIT_REPOSITORY https://github.com/grame-cncm/faustlibraries
71
- GIT_TAG 730eff6dc336973553829235e0b31b24c47a2f69
74
+ GIT_TAG 5ee53574d0b910695b9ff3c534b9aa60f7a26d3d
72
75
CONFIGURE_COMMAND ""
73
76
BUILD_COMMAND ""
74
77
INSTALL_COMMAND ""
You can’t perform that action at this time.
0 commit comments