Skip to content

Commit

Permalink
[WindowsStore] sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Jun 9, 2017
1 parent ee7e985 commit 4801ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/sqlite.diff
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
+ )
+endif()
+
+if(CMAKE_SYSTEM_NAME EQUAL "WindowsStore")
+if(CMAKE_SYSTEM_NAME STREQUAL WindowsStore)
+ target_compile_definitions(sqlite3
+ PRIVATE
+ SQLITE_OS_WINRT
Expand Down

0 comments on commit 4801ceb

Please sign in to comment.