summarylogtreecommitdiffstats
path: root/lua51.patch
diff options
context:
space:
mode:
authorYen Chi Hsuan2017-02-16 17:48:42 +0800
committerYen Chi Hsuan2017-02-16 17:48:42 +0800
commit986a54a668100570c22e63e5af97d66b34be8347 (patch)
treee47109c762616e9c3f9a39b80be73db42c964f4a /lua51.patch
parent38165b72b46f9bc933470824bb1b48058cbd9907 (diff)
downloadaur-986a54a668100570c22e63e5af97d66b34be8347.tar.gz
Bump to 1.0rc1
Diffstat (limited to 'lua51.patch')
-rw-r--r--lua51.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua51.patch b/lua51.patch
index 13618d7e9631..8f32df4615e8 100644
--- a/lua51.patch
+++ b/lua51.patch
@@ -44,6 +44,6 @@
-if ( LUA_FOUND )
+find_package ( Lua51 ${_QUIET} )
+if ( LUA51_FOUND )
- set( WRAP_LUA_DEFAULT ON )
+ set( WRAP_LUA_DEFAULT ${WRAP_DEFAULT} )
else()
set( WRAP_LUA_DEFAULT OFF )