Skip to content

Commit

Permalink
Enable FORCE_LIMITED_API on Windows (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah authored and thestr4ng3r committed Mar 28, 2019
1 parent 7b29a73 commit af1cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ distclean-qt: clean-qt
# Shiboken2 + PySide2

ifeq (${PLATFORM},win)
PLATFORM_CMAKE_ARGS=-G Ninja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl
PLATFORM_CMAKE_ARGS=-G Ninja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DFORCE_LIMITED_API=yes
else
PLATFORM_CMAKE_ARGS=
endif
Expand Down

0 comments on commit af1cbd4

Please sign in to comment.