瀏覽代碼

* Set the full path to the fpc-binary in the fppkg-configuration file

git-svn-id: trunk@29279 -
joost 11 年之前
父節點
當前提交
5b7f168d2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

@@ -99,4 +99,4 @@ ${FPCMKCFGBIN} -p -3 $compilerconfigdir -o $fppkgfile
 
 # Write default
 echo Writing sample configuration file to $defaultfile
-${FPCMKCFGBIN} -p -4 -d "GlobalPrefix=$FPCGLOBALPREFIX" -o $defaultfile
+${FPCMKCFGBIN} -p -4 -d "GlobalPrefix=$FPCGLOBALPREFIX" -d "FpcBin=$FPCBIN" -o $defaultfile