Skip to content

Commit 4862b1f

Browse files
committed
Declare OS as windows RT
1 parent 3dfdf25 commit 4862b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919
add_library(sqlite "${CMAKE_CURRENT_SOURCE_DIR}/sqlite/sqlite3.c")
20-
target_compile_definitions(sqlite PUBLIC -DSQLITE_THREADSAFE=2)
20+
target_compile_definitions(sqlite PUBLIC -DSQLITE_THREADSAFE=2 -DSQLITE_OS_WINRT=1)
2121

2222
set(BOOST_MAJOR 1)
2323
set(BOOST_MINOR 64)

0 commit comments

Comments
 (0)