We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1140357 commit e2e3714Copy full SHA for e2e3714
1 file changed
Makefile
@@ -25,8 +25,8 @@ build: build/PersistentThrust.dll
25
26
build/%.dll: ${SRCFILES}
27
mkdir -p build
28
- ${GMCS} -t:library -lib:"${MANAGED}" -lib:"${MECHJEB}" \
29
- -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine \
+ ${GMCS} -t:library -lib:"${MANAGED}" \
+ -r:Assembly-CSharp,Assembly-CSharp-firstpass,UnityEngine,KSPUtil,UnityEngine.UI \
30
-out:$@ \
31
${SRCFILES}
32
0 commit comments