diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2018-04-29 20:52:58 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2018-04-29 20:52:58 +0200 |
commit | f83d651392b8556248600f2b1360b9306b845c3d (patch) | |
tree | 69498e049145fbafaa2e20dcd0b3005f44fb138d /conf.d/cmake/00-suse-osconfig.cmake | |
parent | e26d497d74bf7e5926a84cf83d61857f27d75753 (diff) |
Initial push work in progress
Diffstat (limited to 'conf.d/cmake/00-suse-osconfig.cmake')
-rw-r--r-- | conf.d/cmake/00-suse-osconfig.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/cmake/00-suse-osconfig.cmake b/conf.d/cmake/00-suse-osconfig.cmake new file mode 100644 index 0000000..a1101ef --- /dev/null +++ b/conf.d/cmake/00-suse-osconfig.cmake @@ -0,0 +1,2 @@ +list(APPEND PKG_REQUIRED_LIST lua>=5.3) +add_compile_options(-DUSE_API_DYN) |