Browse Source

Fixed linkage for x86 build.

Brucey 2 years ago
parent
commit
b4da5900cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      steamsdk.mod/steamsdk.bmx

+ 1 - 0
steamsdk.mod/steamsdk.bmx

@@ -45,6 +45,7 @@ ModuleInfo "History: Initial Release."
 
 ModuleInfo "CPP_OPTS: -std=c++11"
 ?win32x86
+ModuleInfo "CC_OPTS: -DSTEAM_API_EXPORTS"
 ModuleInfo "LD_OPTS: -L%PWD%/sdk/redistributable_bin"
 ?win32x64
 ModuleInfo "LD_OPTS: -L%PWD%/sdk/redistributable_bin/win64"