We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ca2d0 commit 128baccCopy full SHA for 128bacc
src/bindings/ruby/CMakeLists.txt
@@ -73,7 +73,7 @@ set_property(SOURCE openshot.i PROPERTY CPLUSPLUS ON)
73
set_property(SOURCE openshot.i PROPERTY SWIG_MODULE_NAME openshot)
74
75
### Unbreak std::isfinite()
76
-add_compile_definitions(HAVE_ISFINITE=1)
+add_definitions(-DHAVE_ISFINITE=1)
77
78
### Suppress a ton of warnings in the generated SWIG C++ code
79
set(SWIG_CXX_FLAGS "-Wno-unused-variable -Wno-unused-function \
0 commit comments