Skip to content

Commit 303fe6b

Browse files
committed
PIC for linux builds
1 parent ed6bd3a commit 303fe6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

premake5.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ workspace "VCMPLua"
1616
targetprefix "" -- Disable prefix
1717
targetsuffix "_x64" -- Default architecture
1818

19+
pic "On" -- position independent code enabled for every project
20+
1921
configurations
2022
{
2123
-- Debug configurations are not used

0 commit comments

Comments
 (0)